Rss & SiteMap
Foxtable(狐表) http://www.foxtable.com
是不是在 窗口的afterload 设置呢?
代码如下
Forms("打印出库单_Table1").Font=new Font("宋体",10,FontStyle.Regular)
错误提示如下:
上传你的文件看看。
放在窗口的 AfterLoad 事件中
Tables("打印出库单_Table1").Font=new Font("宋体",10,FontStyle.Regular)
你窗口绑定的是主表,代码应该是:
Tables("chuhuodan.chuhuo").Font=new Font("宋体",10,FontStyle.Regular)