The information in this article applies to:
SUMMARY
You can't use the On Error Goto and On Event Gosub statements in a form
because they require an event handler at the module level, and you can't
enter code at the module level of a form.
Line labels and line numbers are allowed in the module level of a form module, but they are useless. To work around this limitation, use On Error and On Event statements only in code (.BAS) modules or use the On Local Error statement for error trapping. MORE INFORMATIONThis limitation applies to the following statements:
Additional query words: VBmsdos 1.00
Keywords : |
Last Reviewed: December 10, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |