Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Interface design ideas
Message
From
08/06/2009 17:22:30
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01404559
Message ID:
01404588
Views:
71
This message has been marked as a message which has helped to the initial question of the thread.
Naomi,

You could also consider, since you have pageframes without a tab and users should be able to move around on the pages, to place a row of buttons on the top row of the form .Buttons are only visible when you have passed the login procedure . In the click() procedure of the buttons you call the corresponding pageframe. This way, whenever your customer wants an extra page, increase the pages() and add an other button

In the Button.click()
**some coding
ThisForm.Pagex.zOrder

In the calling Page.Activate
this.refresh()

This way you have pageframes without tabs.

Regards,

Koen
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform