BUG: X / Y Coordinates Reversed Using PSet on Printer ObjectLast reviewed: October 8, 1996Article ID: Q150192 |
The information in this article applies to:
SYMPTOMSIf the PSet method is invoked for the Printer object, the X and Y coordinates are reversed: the first argument represents the vertical coordinate and the second argument represents the horizontal coordinate.
STATUSMicrosoft has confirmed this to be an issue in the Microsoft products listed at the beginning of this article. Microsoft is researching this issue and will post new information here in the Microsoft Knowledge Base as it becomes available.
WORKAROUNDInvoke the coordinates in reverse order when the PSet method is used for the Printer object.
MORE INFORMATION
Steps to Reproduce Problem
Printer.PSet ((Printer.ScaleHeight \ 2), I)This should only be done when the PSet is used with the Printer object.
|
Additional reference words: 4.00 vb4win vb4all
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |