The information in this article applies to:
SYMPTOMS
In Visual Basic, although the Print method exists on the Printer and Form
objects, it does not work within a With-block. The Print method is also not
listed in the Object Browser.
CAUSEThe problem arises because Visual Basic is not parsing the Print identifier within the With statement correctly. RESOLUTIONRemove the Print method from the With-block. 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 INFORMATIONSteps to Reproduce Behavior
Keywords : kbcode kberrmsg kbCompiler kbVBp600bug kbGrpVB |
Last Reviewed: January 5, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |