Page 1 of 1

Landscape Printing

Posted: Thu Feb 19, 2004 12:57 pm
by 8442827
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

Posted: Thu Feb 19, 2004 4:15 pm
by Pep
Hi,

you must add the Printers unit to the Uses section.
Uses Printers;