Toggle navigation
ReportBuilder Support Forums
Categories
Discussions
Activity
Sign In
Home
›
General
ReportBuilder 22.06 now available including Delphi 12.2 support!
New Blog Posts: Merging Reports -
Part 1
and
Part 2
TppCustomTemplate.SaveTo -> TppSaveToType Declaration
rbuser
October 2002
edited October 2002
in
General
What unit do I need to include to use the TppSaveToType constants:
stDatabase and stFile from within my program, not the object inspector? I
found no mention in the documentation or help file.
-Johnnie
Comments
digitalmetaphors
October 2002
edited October 2002
Add ppTypes to the uses clause. For future reference, almost every
enumerated type in ReportBuilder is defined in this unit.
Cheers,
Jim Bennett
Digital Metaphors
Digital Metaphors Corporation
http://www.digital-metaphors.com
info@digital-metaphors.com
rbuser
October 2002
edited October 2002
Hi Johnnie Norsworthy,
add ppTypes to your uses clause. You'll always find such kind of information by simply scanning the source.
regards,
Chris Ueberall;
rbuser
October 2002
edited October 2002
Thanks Jim & Chris! I promise to only ask once.
-Johnnie
This discussion has been closed.
Comments
enumerated type in ReportBuilder is defined in this unit.
Cheers,
Jim Bennett
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com
add ppTypes to your uses clause. You'll always find such kind of information by simply scanning the source.
regards,
Chris Ueberall;
-Johnnie