以文本方式查看主题 - Foxtable(狐表) (http://foxtable.net/bbs/index.asp) -- 专家坐堂 (http://foxtable.net/bbs/list.asp?boardid=2) ---- 打印表字体在哪里设置? (http://foxtable.net/bbs/dispbbs.asp?boardid=2&id=91452) |
-- 作者:jswjyjf -- 发布时间:2016/10/11 10:57:00 -- 打印表字体在哪里设置? With Tables("进货单明细").PrintInfo .Title ="[" & e.Form.Controls("khname").value &"]进货明细" .subtitle = "日期" & e.Form.Controls("startdate").value & "至" & e.Form.Controls("enddate").value .PageFooter = "第[PageNo]页,共[PageCount]页" .PageFooterLine = True .PaperKind = 9 .FitIntoPage = True End With |
-- 作者:有点蓝 -- 发布时间:2016/10/11 11:23:00 -- 只能设置表格的字体,http://www.foxtable.com/webhelp/scr/0497.htm |