Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP 6 vs VFP 9 GotFocus() method
Message
 
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9
Miscellaneous
Thread ID:
01041458
Message ID:
01041494
Views:
27
Try
		TextBox::GotFocus
                NODEFAULT
>In my VFP 6 application I have the following code in the base textbox GotFocus method:
>
>
>if this.selectonentry
>	eval( this.BaseClass + "::gotfocus()" )
>endif
>
>
>And it worsk in VFP 6 as designed, that is, selecting the entry in the textbox when user click mouse there.
>
>But in VFP 9 (after conversion of the project), it won't work. That is, clicking in the textbox does not select the entry.
>
>What is the recommended method of doing it in VFP 9?
>
>Thank you.
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform