Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Page Tabstops??
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Divers
Thread ID:
00021424
Message ID:
00021561
Vues:
40
>>>I want to disable page tabbing but the Tabstop property is not there. (Wasn't it in vfp3?) The pageframe has a tabstop but it's not scoped to the pages. How can I disable page tabbing, any ideas?
>>
>>
>>How are you going to allow keyboard access to the other pages??
>
>That's a good question, some other team members suggest mouse only. We don't use keys for much anyway, as indicated by GUI guidelines here. I'd prefer to keep the tab, but it causes a choice between two undesirable events:
>1) It results in some non-updated pages, since pages are updated only upon Click event.
>
>2) If I activate page updates for tabbing, tabbing gets delayed and jerky since some page updates take at least a second or two.

Bruce, maybe I've missed your purpose but if you want to keep users from tabbing to a new page until all the initial data is entered and validated, you can temporarily disable the other tabs with .PageN.enabled = .f.

When the data is completed, then the tabs can be re-enabled. I have a set of pages where the user can only reach the last 3 pages if the active record meets certain criteria. The enabling code is a method called in the page refresh and in each of 3 field validations.

HTH
Barbara
Barbara Paltiel, Paltiel Inc.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform