I am having trouble specifying landscape mode. My module USEs teeProcs but this code:
dbChart1.PrintOrientation(poLandscape);
generates an "Undeclared identifier poLandscape" error.
What am I doing wrong?
Thanks
Landscape Printing
Hi,
you must add the Printers unit to the Uses section.
Uses Printers;
you must add the Printers unit to the Uses section.
Uses Printers;
Pep Jorge
http://support.steema.com
http://support.steema.com