BUG: PrintForm Method Does Not Print Entire FormLast reviewed: October 3, 1997Article ID: Q174652 |
The information in this article applies to:
SYMPTOMSExecuting a PrintForm method to print a maximized form results in only a portion of the form being printed. This bug may also occur when you click Print on the File menu to print a Form Image.
CAUSEThe PrintForm method prints an image of the Form window in its normal state. Those controls that are not visible on the Form when the Form's window state is normal will not print.
RESOLUTION
Workaround #1To workaround this bug, resize the form so that all controls on the form display, and then execute the PrintForm method.
Workaround #2You can also workaround this problem by capturing the on-screen image of the form and then printing that image. For more information, see the following Microsoft Knowledge Base article:
ID: Q161299 TITLE: HOWTO: Capture and Print the Screen, a Form, or any Window STATUSMicrosoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. We are researching this bug and will post new information here in the Microsoft Knowledge Base as it becomes available.
MORE INFORMATION
Steps to Reproduce Behavior
|
Additional query words: printer printing truncate
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |