Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
When/Valid/Gotfocus/LostFocus
Message
 
To
10/09/1999 07:45:43
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00263291
Message ID:
00263308
Views:
24
Mike,
WHEN:  to decide if you will allow the user to enter the control (RETURN .F. 
       prevents access to the control)

GOTFOCUS: To react to the user getting into the control.  GotFocus fires after 
          When has returned .T. to allow them in.

VALID: To determine if you will allow the user to leave the control. (RETURN 
       .F. or RETURN 0 prevents the user from leaving the control)

LOSTFOCUS: To react to the use leaving the control.  (LostFocus fires after 
           Valid has returned .T. or a number other than 0).
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform