Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cancel button question
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00166025
Message ID:
00166027
Views:
36
Have a global variable initialize at the start of your for form:

Form.Load Method
----------------
m.glExecute = .T.

TextBox.LostFocus Method
------------------------
IF m.glExecute
<... your TextBox.LostFocus code >
ELSE

ENDIF

CancelButton.Click Method
-------------------------
m.glExecute = .F.
THISFORM.Release
Juan L. Romero
gcandela@javanet.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform