Posted by: Walter Moser
Hi there!
From a PreviewWindow (CRPE.APL) i click the Print-Button.
Now i want to change the Printer end its orientation (MUST do this!).
I believe, if i use WinApi's PrtDlgA (or something like this) the User can
Set another Printer and change its orientation.
But after coming back to my Code, it looses the changes.
How can i change the Orientation of the Standard-Printer wich is selected?
I think i have to use the DEVMODE Structure from the WinApi, but i have no
Idea how to build it in Centura.
Does anyone know how to do?
Thanks
Walter