Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Related Data
Message
De
01/03/2000 10:29:58
Michael Dougherty
Progressive Business Publications
Malvern, Pennsylvanie, États-Unis
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Divers
Thread ID:
00339765
Message ID:
00339787
Vues:
18
set first and last name edit box data source to the appropriate fields in Table2
put the following code in CID# edit box LostFocus code

sele table2
seek allt(this.value) [or Upper(allt(this.value), depending on key]
If !found()
wait wind "CID# not found" NOWAIT
NODEFAULT &&will prevent the focus from leaving the entry box
Endif
thisform.refresh &&will update the display of field values

Of course, you'll probably modify a lot of this to fit your app.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform