Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ThisForm.FirstObject.SetFocus
Message
From
16/11/2001 16:07:56
 
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Miscellaneous
Thread ID:
00582940
Message ID:
00582986
Views:
25
>I have to SetFocus on the first object on the Form... but this code is in a class and I don't know what is the first object on the form...
>
>I'd like to know what object is the first... then I can do it:
>
>ThisForm.FirstObject.SetFocus

You don't need to. Just set the tabindex property of the control(s). The lowest TabIndex setting will have the focus when the form is activated.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform