Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Column validation in grid
Message
De
11/07/2008 04:14:06
 
 
À
11/07/2008 04:05:52
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
01330452
Message ID:
01330455
Vues:
20
>Yes I did that sir, but the cursor moves to another column still.
>
>What should I do?

Try to add a messagebox or something, to make sure that the check really returns .F. Another solution is to add the check to the next textbox's GotFocus, something like
If !YourCheckFunc()
   Messagebox("Wrong value",16,'Alert',3000)
   This.parent.columnX.textbox.sefocus()
Endif
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform