Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Intercepting the valid method?
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00486590
Message ID:
00486659
Views:
12
Do this in your Valid event on the text box:
IF THISFORM.RELEASETYPE = 1 THEN
    RETURN 1
ELSE
    *!* Do you Valid stuff here.
ENDIF

Does anybody know if there are any way to intercept the valid method?
>i need do this in the case the user click the cross in the upper right corner of the window, and i dont want to run the code in the valid because he wants to exit...


>Sorry about my poor english!

I feel your pain :) been in USA for over 6+ years and my girlfriend is still teasing me about my English :)

HTH,
- Erik Niese-Petersen

Crazy Dane in USA.
Previous
Reply
Map
View

Click here to load this message in the networking platform