How to Add Code to WHEN Snippets Created from ScreenWizardLast reviewed: August 28, 1995Article ID: Q121277 |
The information in this article applies to:
SUMMARYWhen a screen is created using the ScreenWizard, the ScreenWizard puts commands in the WHEN snippet to control field activity. This control is in the form of a logical variable called ISEDITING, and is used as an expression. If you need to put code in a field-level WHEN, change the expression to a procedure. By changing the snippet to a procedure, you change the ISEDITING variable's ability to activate or deactivate the data entry field.
MORE INFORMATION
Steps to Reproduce Behavior
Resolution to BehaviorType the following into the Command window:
MODIFY SCREEN CUSTOMERThen start at step 3 above and change the customer.cno WHEN snippet to read as follows:
WAIT WINDOW "The Customer.cno when snippet is running" RETURN iseditting |
Additional reference words: FoxWin 2.60
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |