Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

ppTextToPageList not working?

edited September 2002 in General
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

Comments

  • edited September 2002
    Hi Jada,

    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;
This discussion has been closed.