以文本方式查看主题 - Foxtable(狐表) (http://foxtable.com/bbs/index.asp) -- 专家坐堂 (http://foxtable.com/bbs/list.asp?boardid=2) ---- [求助]打开word 文件异常 (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=196582) |
-- 作者:lgj716330 -- 发布时间:2025/5/14 18:36:00 -- [求助]打开word 文件异常 Dim tm As String = ProjectPath & "Attachments\\附件\\特殊列导入解决办法.docx" Dim fl As String = ProjectPath & "Reports\\特殊列导入解决办法.docx" Dim wrt As New WordReport(Tables("汇总表"), tm, fl) wrt.Build() wrt.Show() 点击按钮时提示错误
|