Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Text box getfocus and keeping
Message
From
14/06/1999 09:04:27
 
 
To
11/06/1999 10:45:51
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00228746
Message ID:
00229396
Views:
18
Hi Todd,
may be you can do something like this:

In the valid event code:

textbox.valid

if empty(this.value)
return .t.
else
if .... your test Ok
return .t.
else
this.value = "" && clear the field
return .f.
endif
endif

I hope that this suggestion be usefull.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform