Range Begin and Range End
Hello,
I am using Delphi 5 Prof. on Win2K with Rbuilder 5.56. I have created a
report with several subreports and serveral datapipelines with master-detail
relationships. If I try to set the following for one datapipeline
ppDBPipeline3.RangeBegin := rbFirstRecord;
ppDBPipeline3.RangeEnd := reLastRecord;
I get this error message:
undefined identifier: 'rbFirstRecord'
The USES - clause includes the needed ppDB unit:
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
ComCtrls, ExtPage, Grids, DBGrids, RzPanel, Buttons, RzButton, StdCtrls,
ExtCtrls, Mask, ToolEdit, ppDB, ppDBPipe, ppEndUsr, ppComm, ppRelatv,
ppProd, ppClass, ppReport, ppCtrls, ppVar, ppBands, ppStrtch, ppSubRpt,
ppPrnabl, ppCache, ppDevice, ppEngine, AdsData, AdsFunc,ADSSET;
What is wrong? I would be grateful for some help.
Yours,
Heinz Kesten
informatik@hkesten.de
I am using Delphi 5 Prof. on Win2K with Rbuilder 5.56. I have created a
report with several subreports and serveral datapipelines with master-detail
relationships. If I try to set the following for one datapipeline
ppDBPipeline3.RangeBegin := rbFirstRecord;
ppDBPipeline3.RangeEnd := reLastRecord;
I get this error message:
undefined identifier: 'rbFirstRecord'
The USES - clause includes the needed ppDB unit:
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
ComCtrls, ExtPage, Grids, DBGrids, RzPanel, Buttons, RzButton, StdCtrls,
ExtCtrls, Mask, ToolEdit, ppDB, ppDBPipe, ppEndUsr, ppComm, ppRelatv,
ppProd, ppClass, ppReport, ppCtrls, ppVar, ppBands, ppStrtch, ppSubRpt,
ppPrnabl, ppCache, ppDevice, ppEngine, AdsData, AdsFunc,ADSSET;
What is wrong? I would be grateful for some help.
Yours,
Heinz Kesten
informatik@hkesten.de
This discussion has been closed.
Comments
Cheers,
Jim Bennett
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com