source

所属分类Windows编程
开发工具:Delphi
文件大小:557KB
下载次数:20
上传日期:2004-07-22 09:52:01
上 传 者rom
说明:  这是一个报表控件包,For Borland Delphi Versions 3,4,5,6.100% 源码.
(This is a statement of control packets, For Borland Delphi Versions 3,4,5,6.100% source.)

文件列表:
Source (0, 2001-11-20)
RES (0, 2002-01-17)
RES\chinese_gb (0, 2002-01-17)
RES\Chinese_big5 (0, 2002-01-17)
readme.txt (9247, 2002-01-11)
Source\DclRMachine3.dpk (1648, 2001-10-26)
Source\DclRMachine3.res (692, 2000-03-17)
Source\DclRMachine4.cfg (332, 2002-01-15)
Source\DclRMachine4.dof (1473, 2002-01-15)
Source\DclRMachine4.dpk (4806, 2002-01-15)
Source\DclRMachine4.res (1536, 2002-01-15)
Source\DclRMachine5.cfg (310, 2001-12-28)
Source\DclRMachine5.dof (1364, 2001-12-28)
Source\DclRMachine5.dpk (4807, 2001-12-28)
Source\DclRMachine5.dsk (5506, 2001-12-02)
Source\DclRMachine5.res (1536, 2001-12-28)
Source\DclRMachine6.cfg (374, 2001-12-28)
Source\DclRMachine6.dof (1586, 2001-12-28)
Source\DclRMachine6.dpk (4800, 2001-12-28)
Source\DclRMachine6.res (1536, 2001-12-28)
Source\RMachine.res (932, 2001-11-08)
Source\RMachine_cb5.bpk (3197, 2001-10-29)
Source\RMachine_cb5.cpp (1006, 2001-10-29)
Source\RMachine_cb5.res (1536, 2001-10-29)
Source\RMD_ADO.dfm (1318, 2001-11-20)
Source\RMD_ADO.pas (20079, 2001-12-19)
Source\RMD_ADO.RES (1368, 2001-03-07)
Source\rm.inc (4033, 2002-01-21)
Source\RMD_BDE.dfm (1866, 2001-12-28)
Source\RMD_BDE.pas (21308, 2002-01-04)
Source\RMD_BDE.RES (1368, 2001-03-07)
Source\RMD_DataPrv.dfm (2966, 2001-11-20)
Source\RMD_DataPrv.pas (3919, 2001-11-20)
Source\RM_e_htm.pas (34389, 2002-01-22)
Source\RMD_DBFldEditor.dfm (1211, 2001-11-20)
Source\RMD_DBFldEditor.pas (3733, 2001-11-20)
Source\RM_e_htm.dfm (5676, 2002-01-22)
Source\RMD_DBFldList.dfm (738, 2001-11-19)
Source\RMD_DBFldList.pas (2501, 2001-11-19)
Source\RMD_Dbisam.pas (14909, 2001-12-19)
... ...

Report Machine 2.2 =================== 这是一个报表控件包,For Borland Delphi Versions 3,4,5,6.100% 源码. 最后更新日期:2002.01.11. 这个控件包是基于FastReport v2.4,并作了适当的修改,并增加了: TRMFormReport: 直接打印Form(酷) 目录 ----- 说明 特点 最后更新 历史 安装 Demo程序 版权说明 如果你愿意的话…… 说明 ---- Report Machine是基于FastReport的一个报表控件包, Report Machine is reporting tool component. It consists of report engine,designer and preview. Its capabilities comparable with in QuickReport,ReportBuilder. It written on 100% Object Pascal and can be installed in Delphi 2/3/4/5 and C++Builder 1/3/4. 注意: 1.新增一个统计控件,原有的在TfrMemoView中支持的函数Sum,Count,Max,Min,Avg不再支持, 需要统计功能,请使用TRMCalcMemoView. 特点 ---- - Band-oriented report generator. - Build-in powerful designer, also available in run-time. - Preview like in MS Word. - Fast like QuickReport. - Compact code - w/o designer smaller than QR2. - Unlimited number of pages in prepared report. - Multi-page reports; composite reports; subreports; groups; multi-column reports; master-detail-detail reports; cross-tab reports; two-pass reports; "live" reports. - Full control over printing process; support all paper sizes. - Set of most useful components: Text, Line, Picture, Shape, OLE object, RichText, RX Rich 2.0, Chart, Barcode. - TXT, RTF, CSV, HTML export (RTF and HTML - with pictures). - Text search in prepared report. - Add-in component TRMDataStorage intended for creating tables and queries in run-time like QRDesigner does. Especially for end-user reports. Supports Interbase Express (IBX) and ActiveX Data Objects (ADO). - Editing pages of prepared report. - Built-in Pascal-like interpreter for handling of building process. - Report form can store in DFM resources, external file, BLOb field of DB table, or in stream. - Ability of expanding functionality by own report components, wizards, function libraries. 最后更新 -------- v.2.2(Build 2002/01/11) - 增加缩放打印功能, - TRMFormReport打印StringGrid,DBGrid等Grid时,对超宽Grid增加分页功能, - MemoView增加属性CalcValue,可以访问MemoView中的内容, - CalcMemoView增加TotalCalc属性,现在CalcMemoView科轻松实现页小计,页累计, 页总计,并且可以放在页头,栏目头,分组头,数据头。 v.2.2(Build 2001/12/10) - 修正一些BUG, - 增加了导出到BMP,GIF,JPEG文件功能, - Designer增加最近打开文件功能, - 添加字段的时候可以选择不要在字段名前附加表名。 v.2.1(Build 2001/11/29) - 修正了几个BUG. v.2.1(Build 2001/11/22) - 修正了几个BUG. - 增加多语言功能. v.2.1(Build 2001/11/15) - 修正了几个BUG. v.2.1(Build 2001/11/12) - TRMBandView增加属性LinesPerPage,可以设置每页打印记录数, - TRMBandView增加属性PrintColFirst,当Column>1时,可以选择先列后行还是 先行后列打印, - 修正没有安装打印机时的错误, - 打印预览功能有些改变和增强. v.2.1(Build 2001/11/07) - EHLib可以打印Footer了, - TRMFormReport增加分组功能, - TRMCalcMemoView可以放在GroupHeader上了, - TRMCalcMemoView增加Filter属性,之计算满足条件的纪录, - 其他一些细节上的改变. v.2.1(Build 2001/11/01) - TRMFormReport中增加了数据对齐方式,数据显示格式. v.2.1(Build 2001/10/30) - 修正预览时,页面设置的错误. v.2.1(Build 2001/10/25) - TRMFormReport可以打印Rx,InfowPower全系列控件, - TRMFormReport可以打印EHLib, - 可以打印多个PageFooter,方便制作页小计. v.2.1(Build 2001/10/18) - 大大增强了TRMFormReport功能,可以与ScreenReport, Dev ExpressPrinting System媲美; - TRMFormReport增加了表格的自动缩放功能.可根据纸张的大小自动进行水平或 垂直方向的表格缩放.也就是说程序员不必再为迁就打印宽度和高度而反复调 整屏幕格式和字体大小,而且对于屏幕上带横向滚动杆的任意超宽表格都可以 缩放到指 ... ...

近期下载者

相关文件

评论我要评论

收藏者