Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
About objects verification rules
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00110836
Message ID:
00110845
Vues:
17
>I'm novice in visual programming and I thing I don't understand the filosofy of control fluxe in this tools.
>My questions are:
>1) Where make verification rules of fields?
>2) How activate an object after a verification rule in a push button i.e.?


Hi,

It is recommanded to put all your validation in save method(before save method).

You can use control's SETFOCUS() method to activate the object.

IF EMPTY(Thisform.txtname.value)
Thisform.txtname.setFOCUS()
- Jayesh
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform