Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Ignore Valid event
Message
 
To
10/07/1998 23:45:50
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00116421
Message ID:
00116424
Views:
15
>How can I ignore Valid event of any Object as I wish or if press [X] of windows controls ?
>
>
>Thanks
Frederick,

You have to write the valid code that way, to ignore the validation when you want it to. To ignore the close X use this code;
* Some valid event
IF THISFORM.ReleaseType = 1
   RETURN
ENDIF
* The rest of your valid code goes here.
Previous
Reply
Map
View

Click here to load this message in the networking platform