Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Help convert from _CUROBJ and OBJNUM
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00128943
Message ID:
00128946
Views:
17
>I do not understand VFP5 use of TabIndex and ActiveControl. Can I get a sample of an event giving control to a specific textbox. VFP help is not helping. TIA

Hi David,

_curobj= objnum(FieldToJumpTo) translates into

FieldToJumpTo.setfocus(), but there is a catch: you cannot do this while in a when() nor while in a valid() clause. You can from a lostfocus() method.

HTH

Marc

If things have the tendency to go your way, do not worry. It won't last. Jules Renard.
Previous
Reply
Map
View

Click here to load this message in the networking platform