Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Form Wizard
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00168956
Message ID:
00168961
Views:
29
You are correct, the answer you are looking for should be found within the WizStyle.VCX class library. Then go to the TxtBtns class. There should be a method "SetAllProp".

In here it cycles through all objects as you anticipated and didn't account for EditBox. look for the CASE ATC( ......, "EditBox" ) # 0. Under it the first line sets the property for Read-Only. You should also set it for Enabled as well.



>I have a form I created in VFP 6.0. I used the form wizard which put on its own text buttons. I then modified the form and added a 4 page pageframe. On the 2nd page I placed an edit box. My problem is that I can't access the edit box (enable it) unless I have already clicked the "Edit" box in the buttonset on page 1. I created my own command button to activate the edit box but it won't work. I think the form wizard does something to set the enabled property to .f. on all pages.
>
>Any ideas.
>
>Thanks in advance.
>
>Scott
Previous
Reply
Map
View

Click here to load this message in the networking platform