Skylark
Aug 24th, 2000, 01:53 AM
We have an application (written in VB3) to print a report in landscape orientation.
The program made use of the Windows API Escape() function to change the orientation of the
printer by passing GETSETPAPERORIENT as an argument.
This application is currently running on a Windows 3.1 environment.
However, we are in the process of migrating the platform to windows 2000 and discovered
that the report is no longer printed out in landscape format due to a newer version of GDI being used on the win2k platform.
Could someone be able to shed some lights regarding the usage of this new version of GDI for printing in landscape mode on a Win2K platform.
Thanks in advance
The program made use of the Windows API Escape() function to change the orientation of the
printer by passing GETSETPAPERORIENT as an argument.
This application is currently running on a Windows 3.1 environment.
However, we are in the process of migrating the platform to windows 2000 and discovered
that the report is no longer printed out in landscape format due to a newer version of GDI being used on the win2k platform.
Could someone be able to shed some lights regarding the usage of this new version of GDI for printing in landscape mode on a Win2K platform.
Thanks in advance