trequi

所属分类:Pascal/Delphi编程
开发工具:Delphi
文件大小:187KB
下载次数:28
上传日期:2004-12-21 12:20:14
上 传 者camen
说明:  一个报表控件TRepoEdit,它和QuickReport结合起来可以让用户修改编辑报表的格式
(a statement TRepoEdit control, and it QuickReport combination allows users to edit statements for the format)

文件列表:
GetNewTypeUnit.pas (5897, 1999-08-18)
ConfirmUnit1.pas (2067, 1999-08-18)
EditBrushUnit.pas (1365, 1999-01-03)
EditFileUnit.pas (858, 1999-01-03)
EditFormUnit.pas (20708, 1999-09-23)
EditPageUnit.pas (2780, 1999-08-17)
EditPenUnit.pas (1601, 1999-07-31)
EditShapeUnit.pas (1085, 1999-01-03)
FrameEditUnit.pas (1910, 1999-01-03)
GetNameUnit.pas (724, 1999-01-03)
menus1Rep.pas (338, 1998-12-29)
NewVariantUnit.pas (780, 1999-01-03)
PrinterSettingsUnit.pas (1814, 1999-01-03)
RepoEdit.pas (111400, 1999-09-23)
SaveVarConfirmUnit.pas (810, 1999-01-03)
SeeAllUnit.pas (3615, 1999-08-03)
VarConfirmUnit.pas (3305, 1999-09-09)
PanelUnit.pas (21141, 1999-09-23)
qrexcelF1.pas (4426, 1999-07-29)
PreviewUnit.pas (16709, 1999-09-10)
Qrprev1.pas (136, 1999-02-18)
MessUnit.pas (1235, 1999-08-17)
WaitUn.pas (4404, 1999-08-17)
varFormStyleUnit.pas (448, 1999-08-11)
WaitUnF.pas (1742, 1999-08-18)
EditCompUnit.pas (20296, 1999-07-31)
MainReport.pas (561, 1998-08-25)
MainUnit.pas (1167, 1999-08-17)
GetNewTypeUnit.dfm (5706, 1999-08-18)
ConfirmUnit1.dfm (3752, 1999-08-18)
EditBrushUnit.dfm (1079, 1999-02-18)
EditFileUnit.dfm (1425, 1999-02-18)
EditFormUnit.dfm (10892, 1999-09-23)
EditPageUnit.dfm (3507, 1999-08-17)
SaveVarConfirmUnit.dfm (1346, 1999-02-17)
SeeAllUnit.dfm (1743, 1999-08-03)
VarConfirmUnit.dfm (13130, 1999-09-22)
WaitUnit2.dfm (796, 1998-08-22)
EditPenUnit.dfm (1565, 1999-07-31)
EditShapeUnit.dfm (1154, 1999-02-18)
... ...

{*********************************************} {* RepoEdit - QuickReports Editor *} {* for Delphi 4 *} {* (R) Copyright *} {* by Borzov Vladimir borzov@rsm.ru *} {* V4.7 *} {*********************************************} The editor of the reports QuickReport in execution time of the program. Installation - RepoEd. DPK Or: component/install component.. - RepoEdit file Insert path to RepoEdit in tools/environment options/library/library path. Will appear new of components RepoEdit. Work: Components RepoEdit finds is located on the form storing the report, or on report, if it in itself without the form. The call of the report is executed through the dispatcher. The dispatcher is called by a procedure - DoEditor. The dispatcher sends printing on the printer, makes preview, sends the report on editing. Or ExecuteReport - started in a separate stream. The report destroy after use. (4.5) Properties - Enabled - True/false. OnNeedData - happens, when RepoEdit opens datas in the report. OnNeedCount - happens, when the amount of printed variants is required. In operating time of the program the module RepoEdit creates table bvReport.db , The access to which can be realized through a variable TaReport. Table taReport forms in working directory of the program Or in the catalogue indicated by a constant: Const RepoEditPath:string = "; // the Catalogue for initialization taReport Which can be redefined in the text of the project *.dpr. - monitor, that The program was in time by then to open table bvReport. First time the table opens for want of creation of object of the form or report, Containing of components RepoEdit. To close the table it is possible, using, for example taReport. Close or taReport. Active: = false; When the table is required, RepoEdit again it will open. Components is created in Delphi 4. ************************************ Borzov Vladimir. 09/09/99 borzov@rsm.ru

近期下载者

相关文件


收藏者