以文本方式查看主题 - Foxtable(狐表) (http://foxtable.net/bbs/index.asp) -- 专家坐堂 (http://foxtable.net/bbs/list.asp?boardid=2) ---- 请教:EXCEL如何打印服务器上的图片 (http://foxtable.net/bbs/dispbbs.asp?boardid=2&id=78430) |
-- 作者:大红袍 -- 发布时间:2015/12/9 9:42:00 -- 共享文件夹的图片,直接就能打印的。
BeforeOpenProject shell("net use \\\\fcserver\\UpFiles fcqq123 /user:administrator",0)
AfterOpenProject dim patch as string = "\\\\fcserver\\UpFiles" DataTables("销售接单明细").DataCols("印刷图案").SourceFolder =patch |