ppTextToPageList not working?
Hi,
I am sorry, ( and I keep posting without a subject) but I cannot seem to
find any help on "ppTextToPageList". It is
not listed in the reportbuilder help. And I am trying to use it like in
Demo 124, but my error is "undeclared idenifier" ppTextToPageList. I did a
grep search and did not seem to find a function or a procedure on this. I
am using Delphi 5 and ReportBuilder 6.03. What am I doing wrong. ( I am
using the same code as in the Demo 124, replacing the reportName.
Thanks,
--
Jada C. Case
Programmer
jada@signaldata.com
I am sorry, ( and I keep posting without a subject) but I cannot seem to
find any help on "ppTextToPageList". It is
not listed in the reportbuilder help. And I am trying to use it like in
Demo 124, but my error is "undeclared idenifier" ppTextToPageList. I did a
grep search and did not seem to find a function or a procedure on this. I
am using Delphi 5 and ReportBuilder 6.03. What am I doing wrong. ( I am
using the same code as in the Demo 124, replacing the reportName.
Thanks,
--
Jada C. Case
Programmer
jada@signaldata.com
This discussion has been closed.
Comments
please write your subject next time first, to avoid threads without a subject.
from 'ppUtils.pas'
procedure ppTextToPageList(const aString: String; aPageList: TStrings; aTrimPages: Boolean);
you have to add 'ppUtils' to your uses clause.
regards,
Chris Ueberall;