Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem: NODEFAULT on Lostfocus
Message
From
14/11/2003 09:43:58
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00849791
Message ID:
00849864
Views:
34
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform