Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
_CUROBJ in VFP 5.0
Message
From
10/05/1998 01:25:25
Mark Austen
Schooner Software Limited
Msida, Malta
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00098292
Message ID:
00098341
Views:
36
Ed,

I don't know why M$ left CUROBJ in since it no longer works. You will need to find every occurence of CUROBJ and replace it with the correct call to SetFocus().

For example, if the object you are changing the focus to has the name of txtLastFocus and it is in the same container as the object you are currently on, the issuing This.Parent.txtLastFocus.SetFocus() will set the focus to the object you want. It gets a bit more complicated if the objects are in different containers, but you see the idea.
Regards,

MarkA
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform