Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Page Tabstops??
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00021424
Message ID:
00021561
Views:
45
>>>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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform