本站首页    管理页面    写新日志    退出


«September 2025»
123456
78910111213
14151617181920
21222324252627
282930


公告
================

注会练习软件
http://www.cpasoft.com.cn
我的注会软件官网

http://blog.163.com/abc7105@126/

 

 


哈哈,热爱快“过气”的DELPHI


我的分类(专题)

日志更新

最新评论

留言板

链接

Blog信息
blog名称:注册会计师(注会)练习软件
日志总数:398
评论数量:116
留言数量:27
访问次数:3270215
建立时间:2005年6月6日




[borland eco 技术]c1truedbgrid控件的直接打印,适合eco
软件技术

吕向阳 发表于 2006/5/8 11:10:31

[borland eco delphi 打印 c1truedbgrid]eco的表格打印,没有教程,只有在实践中摸索,还好,有些控件直接支持eco的表格打印,c1truedbgrid就是.   步骤超级简单,只要将您的expressionhandle或oclpshandle设为c1truedbgrid的datasource,那你的数据就在表格中显示出来了.   再加入一个button,写button的click事件如下:procedure formbb.Button4_Click(sender: System.Object; e: System.EventArgs);var  FntFont: System.Drawing.Font;  PrintInfo: C1.Win.C1TrueDBGrid.PrintInfo;begin  PrintInfo := C1TrueDBGrid1.PrintInfo;  FntFont := System.Drawing.Font.Create(printInfo.PageHeaderStyle.Font.Name, printInfo.PageHeaderStyle.Font.Size, FontStyle.Italic);  PrintInfo.PageHeaderStyle.Font := fntFont;  PrintInfo.PageHeader := 'Composer Table';  PrintInfo.RepeatColumnHeaders := True;  PrintInfo.PageFooter := 'Page: \p';  PrintInfo.UseGridColors := True;  PrintInfo.PrintPreview;end;


阅读全文(3078) | 回复(0) | 编辑 | 精华
 



发表评论:
昵称:
密码:
主页:
标题:
验证码:  (不区分大小写,请仔细填写,输错需重写评论内容!)



站点首页 | 联系我们 | 博客注册 | 博客登陆

Sponsored By W3CHINA
W3CHINA Blog 0.8 Processed in 0.484 second(s), page refreshed 144760306 times.
《全国人大常委会关于维护互联网安全的决定》  《计算机信息网络国际联网安全保护管理办法》
苏ICP备05006046号