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:
00734194
Views:
22
Looks like that may work, Dave, but you know me, I'm a lazy programmer. I want to do it with as little code as possible :> Although, if all else fails...

Nice hearing from you Dave

Happy Chanukah
Glenn

>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