Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Everything is blurry - I lost focus
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00734078
Message ID:
00734166
Views:
19
Hi Glenn-

Here's a long solution that you may not want to use, but will probably work.

In the textbox that needs the validation code, place some code in the interactive change such as

thisform.comment = 'Changed'

In the gotfocus of all other objects on the form, put:

dodefault()
thisform.gotfocus()

In the form.gotfocus() put

if this.comment='Changed'
this.doSomeValidationOnTheBox()
endif
this.Comment=''

How's that??

Dave
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform