Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Tabbing through Pageframes
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00097807
Message ID:
00097819
Vues:
26
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform