Rss & SiteMap

Foxtable(狐表) http://www.foxtable.com

新一代数据库软件,完美融合Access、Foxpro、Excel、vb.net之优势,人人都能掌握的快速软件开发工具!
共4 条记录, 每页显示 10 条, 页签: [1]
[浏览完整版]

标题:Word打印页码

1楼
xunxun0903 发表于:2024/7/22 10:54:00
我想将一份word模板 打印5份,每页都显示页码   1-5......5-5

请问如何实现?
2楼
有点蓝 发表于:2024/7/22 11:05:00
使用代码打印遍历5次打印:http://www.foxtable.com/webhelp/topics/2890.htm。不要在模板里使用页眉页脚做页码。打印前使用代码填入页码值
3楼
xunxun0903 发表于:2024/7/24 10:38:00
我在模板中 是这样的  第#页/共$页

代码 :
Dim tm As String = ProjectPath & "Attachments\test.docx"
Dim fl As String = ProjectPath & "Reports\test.doc" 
Dim wrt As New WordReport(Tables("table1"), tm, fl) 
wrt.Replace("$", 5) '替换总页码
wrt.Replace("#", 1) '替换当前页
wrt.Build() '生成报表
wrt.Show() '显示报表

请问老师,我如何打印5页生成在一个文件?不要分开成5个文件。
4楼
有点蓝 发表于:2024/7/24 10:42:00
在模板里设计完全一样的5页内容呀
共4 条记录, 每页显示 10 条, 页签: [1]

Copyright © 2000 - 2018 foxtable.com Tel: 4000-810-820 粤ICP备11091905号

Powered By Dvbbs Version 8.3.0
Processed in .01563 s, 2 queries.