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

Click here to load this message in the networking platform