Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Button click after textbox valid doesn't fire?
Message
From
03/12/2005 03:36:48
 
 
To
02/12/2005 20:53:52
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01074348
Message ID:
01074547
Views:
19
>Unfortunately, I'd really like to stay away from the Wait Window for this particular thing and use a messagebox instead.
>
>It looks like Dorin's method is the best way for me.
>

Mine is an explanation not a solution.

Valid is not remarkable.
1. I recommend you to avoid to use NODEFAULT in LOSTFOCUS ( IT IS WRONG )

better:
* txt valid
RETURN thisform.chkTxtBox()
but:
* command gotfocus
if thisform.txtOk  && coming from the textbox
  keyboard '{enter}' PLAIN
endif
thisform.txtOk = .F.  && reset coming from the textbox
destroy keyboard tab moving.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform