Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Disable combobox using wizard
Message
From
06/11/2007 19:55:02
 
 
To
05/11/2007 21:35:12
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01266884
Message ID:
01267161
Views:
10
This message has been marked as the solution to the initial question of the thread.
>When using the txtbtns wizard (wizstyle.vcx) it does not enable or disable the combobox as it does to textbox, is there a way to do that other than doing it manually?


Hi,
In the "SetAllProp" method of the "txtbtns" class I found some code, which is looking for all kind of objects to enable, but combobox is missing. You might want to modify the case statement like
CASE ATC(m.oControlParent.Controls[m.i].BaseClass,"CheckBox,TextBox,OleBoundControl,ComboBox") # 0
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform