Besides working with reports in VFP 3.0b, I sometimes like to print directly with
SET PRINT ON
SET PRINTER FONT "ARIAL" , 14
? "Something"
SET PRINT OFF
SET PRINTER TO DEFAULT.
This works fine in portrait printing. But I can't figure out how to print in landscape that way.
There are two situations possible:
A. I do know which printer is being used (e.g. HP laserjet)
B. I don't know which printer the end-user has available.
Even in situation A. the ???-command doesn't seem to work properly.
Who can help me?
SET PRINT ON
SET PRINTER FONT "ARIAL" , 14
? "Something"
SET PRINT OFF
SET PRINTER TO DEFAULT.
This works fine in portrait printing. But I can't figure out how to print in landscape that way.
There are two situations possible:
A. I do know which printer is being used (e.g. HP laserjet)
B. I don't know which printer the end-user has available.
Even in situation A. the ???-command doesn't seem to work properly.
Who can help me?