Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Verification....
Message
De
07/01/2001 19:03:01
 
 
À
04/01/2001 13:50:50
N. Lea
Nic Cross Enterprises
Valencia, Californie, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00459464
Message ID:
00460372
Vues:
11
You can try to do something like this, maybe is not the best but works:
Add a valid code in the Valid event of each column in grids
The valid even is in the active control of column:
Form1.grid1.Cloumn1.Text1.Valid
i.e.
If Empty(This.Value)
=Messagebox("Field can't be empty!")
Return 0
Else
Return .T.
EndIf

I hope this help
Be fast like the Fox
Be free like the Penguin
Se Rápido como el Zorro
Se libre como el Pingüino
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform