Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Pageframes and wizstlye
Message
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00128478
Message ID:
00128630
Views:
20
In particular, look at txtbtns.SetAllProp, which controls .Enabled and .ReadOnly for objects on the form. You'll see that it doesn't take pageframes or various other controls into account.

>Sounds like you're using the txtBtns class in the WIZSTYLE.VCX library. If you look at the code you'll see that it assumes certain things about the hierarchy of objects. Adding a pageframe.page between the form and the control has confused the class. You either need to edit the class (AFTER MAKING A BACKUP OR COPYING), or write your own edit and add code.
>
>The solutions, examples, and wizards in VFP aren't intended to be (nor could they ever be) workable in all cases.
>
>HTH.
>
>>I am using VFP 3.0 and would like to have a group of forms as different pages in a pageframe. I used the form wizard to create four different forms, all of which were tested and worked fine. Then I created a pageframe with 4 pages and copied all of the objects from my 4 forms to their respective pages. However, now some if the txtbuttons from the wizstyle class do not work properly.
>...snip
Previous
Reply
Map
View

Click here to load this message in the networking platform