How to Return from an Event or MethodID: Q131837 3.00 WINDOWS kbprg kbcode The information in this article applies to:
SUMMARYSometimes, it may be necessary to exit or return from an event or method. This article documents how to do this.
MORE INFORMATIONFor this article, assume you have created a form that requires at least one parameter. When the form is run without being passed a parameter, you'd like to cancel the form and issue an error message. In version 2.x, you could do this with the RETURN command. In Visual FoxPro, the process is similar but somewhat different because you must return a value of false from the INIT method. The following code shows how to handle this type of a situation in the INIT code of a form.
Returning a value of false (.F.) prevents the creation the object (a form
in this case).
Additional reference words: 3.00 VFoxWin cancel event KBCategory: kbprg kbcode KBSubcategory: FxprgGeneral |
Last Reviewed: March 18, 1997 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |