Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Design
Message
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Re: Design
Miscellaneous
Thread ID:
00259657
Message ID:
00259740
Views:
21
>>Is it better to use page frames or buttons on a screen to go from 1 form to another? I have an application that I'm converting from DOS. It has some general info. that gets entered that's common to 4 forms. Is it better design to have each form be a page or is it better to have buttons on the screen to move between screens? If I use page frames, does the general info go on page 1?
>>
>>Thanks
>
>Are the users mouse savy? If not then NO, if Yes, maybe?
>
>I use page frames myself but my users are not too happy with them. They want less mouse work and more keyboard direction.
>
>Are you using grids on the primary page, allowing the user to pick who / what they want to dal with? If so you can use the dblclick and keypress events to jump to the page of choice.

You can have both. Set the caption properties of the tabs to use hotkeys. An example would be where you had three pages. this.pageframe1.pagecount=3
this.pageframe1.page1.caption='Page\<1'
this.pageframe1.page2.caption='Page\<2'
this.pageframe1.page3.caption='Page\<3'
this.pageframe1.page3.setfocus()

The user can keyboard with alt+1 to page 2, alt+2 to page 2 etc.
John Harvey
Shelbynet.com

"I'm addicted to placebos. I could quit, but it wouldn't matter." Stephen Wright
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform