Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Intercepting the valid method?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00486590
Message ID:
00486659
Vues:
13
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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform