ListCtrl在工作中,常常用到,也常常看到大家发帖问怎么用这个控件,故总结了一下自己的使用经验,以供参考使用。
先注明一下,这里,我们用m_listctrl来表示一个CListCtrl的类对象,然后这里我们的ListCtrl都是report形式,至于其他的如什么大图标,小图标的暂时不讲,毕竟report是大众话的使用。其次,我们这里用条款一,条款二来描述第一点,第二点,这个是参照《Effec...
分类:
其他好文 时间:
2014-11-21 14:29:16
阅读次数:
232
水晶报表打印问题:
ReportDocument aReportDocument = new ReportDocument();
//加载报表
aReportDocument.Load(@Application.StartupPath + Properties.Settings.Default.MainReportPath);
//子报表数据源
aReportDocument.Subr...
分类:
其他好文 时间:
2014-11-20 20:29:35
阅读次数:
236
Journalists have the ability to state a thing more clearly. What can we learn from them to help us report or explain things like them?
There are six ways as follows:
1. Know your audie...
分类:
其他好文 时间:
2014-11-19 01:59:04
阅读次数:
199
untFastReport.dfm文件:object frmFastReport: TfrmFastReport OldCreateOrder = False Height = 405 Width = 550 object report: TfrxReport Version = '4...
分类:
其他好文 时间:
2014-11-18 13:09:11
阅读次数:
534
在 tomcat/webapps/ROOT/ 下建立一个软连接文件ln -s /home/ubuntu/report report 再到report软连接目录里建立个 report.html通过浏览器访问这个report.html时就出错。。错误如下:HTTP Status 404 - rep...
分类:
Web程序 时间:
2014-11-17 11:57:16
阅读次数:
183
列表视图控件是一种非常常用的控件,在需要以报表形式显示数据时,列表控件通常是最好的选择,许多专用的数据报表控件,也是在它的基础上派生而来。与树视图类似,列表控件可以由多个子项目组成,可以设置为Icon(大图标)、SmallIcon(小图标)、List(列表)或Report(报表)。一、列表视图控件有...
http://www.aqee.net/developer-income-report-14/最近,波兰的程序员Chris(也叫KreCi)公布了他的第十四期程序员收入报告。数据显示,上月是目前为止他收入最多的一个月。Chris的收入并不是指他的工资或薪水,Chris是一个自由职业者。他的收入也不是...
分类:
其他好文 时间:
2014-11-15 16:43:01
阅读次数:
87
Html+CSS命名规范: 1、样式命名: 2、样式文件命名: 数据库命名规范(Oracle表名长度不要超过30个字符,sql不限制): 1、数据库命名: 2、数据表命名:架构名+产品名+模块名。如:Report.Rept_ReportTemplateData 3、数据列命名:
分类:
Web程序 时间:
2014-11-15 01:21:30
阅读次数:
172
主文件: 1 \documentclass[12pt,a4paper]{report} 2 \usepackage{amsmath} 3 \usepackage{amsfonts} 4 \usepackage{amssymb} 5 \usepackage{makeidx} 6 \usep...
分类:
其他好文 时间:
2014-11-14 19:38:02
阅读次数:
213
OE - 报表RML格式详解 <?xml?version="1.0"?encoding="utf-8"?>
<document??filename="report.oecn_training_lesson.pdf"?compression="1">
??{{script}}import?datetime;print?datetime.datetime.now;{...
分类:
其他好文 时间:
2014-11-14 18:10:13
阅读次数:
171