Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Any way to change the form's property for editing?
Message
De
21/07/2011 19:50:31
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Divers
Thread ID:
01518868
Message ID:
01518872
Vues:
91
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform