Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Any way to change the form's property for editing?
Message
From
21/07/2011 19:50:31
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01518868
Message ID:
01518872
Views:
90
>Hi everybody,
>
>I have a form with a Pageframe with Tabs = .f.
>
>This is exactly what I want, but when I'm unable to easily switch between pages.
>
>If I set it to .t. in design time and to false in run-time, then it doesn't look good in run-time.
>
>I'm thinking what should I do to ease development and also have a consistent look?
>
>Thanks in advance.

Hi,

If you have no tabs you should make buttons on your form activating the pages.
I have solved this onxe as follows:
*in the click event of the button:
thisform.pageframe.PageTiedToThisButton.zOrder

*in the pageTiedToThisButton.Deactivate
lnPage = this.PageOrder
thisform.pageframe.UIEnabled (m.lnPage )
Regards,
Koen
Previous
Reply
Map
View

Click here to load this message in the networking platform