Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Problem: NODEFAULT on Lostfocus
Message
De
14/11/2003 09:43:58
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00849791
Message ID:
00849864
Vues:
35
Hi Ben

---------
If (Mdown() And Mrow(Thisform.Name)>=0 And Mcol(Thisform.Name)>=0) Or Wontop(Thisform.Name)
Nodefault
Endif

Sorry, Ben but you haven't try your's code,
Wontop(Thisform.Name) on text.LostFocus is fixed at .T. because i haven't lost the form
The first part can to be simplified to:
If MDOWN() AND MWINDOW(Thisform.Name)
   Nodefault
Endif
This not solve lostfocus with mouse because if on Valid i have a long time
( ex. SQL backend is slow for high locking contention on data ) and user have a finger express MDOWN() can return .F.

Fabio
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform