以文本方式查看主题 - Foxtable(狐表) (http://foxtable.com/bbs/index.asp) -- 专家坐堂 (http://foxtable.com/bbs/list.asp?boardid=2) ---- 字体的写法 (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=79928) |
-- 作者:blackzhu -- 发布时间:2016/1/12 14:57:00 -- 字体的写法 dx = DataTables("报表参数").Find("报表名称 = \'" & Args(0) & "\' And 容器=\'标题\'") If dx IsNot Nothing Then Dim fnt As New Font(dx("字体") end if 字体是不是不能这样写? |
-- 作者:大红袍 -- 发布时间:2016/1/12 14:58:00 -- 参考
http://www.foxtable.com/help/topics/0494.htm
|