Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Problem: NODEFAULT on Lostfocus
Message
 
À
14/11/2003 06:03:55
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00849791
Message ID:
00849848
Vues:
31
Fabio,

You may put the following code in Text1.LostFocus
If (Mdown() And Mrow(Thisform.Name)>=0 And Mcol(Thisform.Name)>=0) Or Wontop(Thisform.Name)
   Nodefault
Endif
Besides, to get around a bug of VFP, you may want to put the following line into Text1.Mousedown() at the same time. Otherwise, you will have problem when going back to the textbox from another from by clicking on it.
This.SetFocus
Ben
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform