Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Combbox
Message
From
24/02/1998 13:48:28
Oleg Khvalin
The Sutherland Group Ltd
Rochester, New York, United States
 
 
To
24/02/1998 13:43:48
David Wang
Sullivan Environmental Consulting, Inc.
Alexandria, Virginia, United States
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00080204
Message ID:
00080852
Views:
31
>>>I added a combbox on a wizard form which can switch between
>>
>>You not suppose to have combo on wizard form. But if you still want it...
>>I had same problem back in December and found solution guess where?
>>Right, on UT! See thread # 30435, msg # 30437 from Vinod Parwani how to fix WIZSTYLE.VCX
>>HIH
>>Oleg
>
>I could not access. It is just for primier user. Can you post it?
Sorry,
here it goes:

In wizstyle.Vcx, txtbtns there is a method called setallprop

In which one of the line is this :-
CASE ATC(m.oControlParent.Controls[m.i].BaseClass,"CheckBox,TextBox,OleBoundControl") # 0
m.oControlParent.Controls[m.i].Enabled = THIS.EditMode


make it

CASE ATC(m.oControlParent.Controls[m.i].BaseClass,"CheckBox,Combobox,TextBox,OleBoundControl") # 0
m.oControlParent.Controls[m.i].Enabled = THIS.EditMode

to include combobox, but be careful, be sure to take backup or better design your own class.


HIH
Oleg
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform