Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
TexBox Valid and Command Button Click
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00681953
Message ID:
00681964
Vues:
14
This message has been marked as a message which has helped to the initial question of the thread.
Pedro,

Try putting the following in the Base Class Valid method
if lastkey() = 27
	return .T.
endif

*-- Do any custom validation.
return This.Validation()
Don't forget to create a custom Validation method (or something similar) into which the individual valid code can be placed.
>Hi
>
>In my forms , when user is in TexBox , and now click in command button to cancel all changes , the VFP make the valid of textbox .
>
>I want Vfp don´t make Valid TextBox , when user click in command button .
>
>How can i do this ?
>
>Thanks
Caroline
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform