Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Setting the tab order
Message
 
 
To
16/03/2002 15:37:29
Henry Ravichander
RC Management Systems Inc.
Saskatchewan, Canada
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00633786
Message ID:
00633880
Views:
19
This message has been marked as the solution to the initial question of the thread.
>Hi All:
>
>I have a pageframe with pages in it. I was doing the tab order for the whole form, and therefore started with the main form, set the tab order to two fields on the main form and then clicked teh pageframe's first page. It set it correctly. But I was unable to set the tab order from that point directly with the other pages. Running the form and tabbing into the various fields, eventually takes the cursor out of the first page in teh pageframe and sets focus to an unrelated field on teh main form.
>
>What I would like to happen, is that once it is in the pageframe and after finishing the last field in the 1st page, the next in order hsould be the tab for page 2 of the pageframe.... so on ... till page 4 is done. How can I accomplish this?
>
Try this. In the LostFocus of the last control on the page add
This.Parent.Parent.ActivePage = < Page # of the next page > 
NODEFAULT
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform