Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Tabbing through Pageframes
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00097807
Message ID:
00097819
Views:
25
>vfp 3.0 in win 95
>
>What is the best way to set up a pageframe so
>that when you get to the last field on the page
>it automatically goes to the next page?
>
>Thanks and have a great day!
>
>Becky

Rebecca, I think you can put something like

*Last Control LostFocus()
IF this.parent.PageOrder < this.parent.parent.PageCount
this.parent.parent.ActivePage = this.parent.PageOrder + 1
ENDIF

(assuming that last control is sitting right on page)
Nick Neklioudov
Universal Thread Consultant
3 times Microsoft MVP - Visual FoxPro

"I have not failed. I've just found 10,000 ways that don't work." - Thomas Edison
Previous
Reply
Map
View

Click here to load this message in the networking platform