Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Combbox
Message
De
24/02/1998 13:48:28
Oleg Khvalin
The Sutherland Group Ltd
Rochester, New York, États-Unis
 
 
À
24/02/1998 13:43:48
David Wang
Sullivan Environmental Consulting, Inc.
Alexandria, Virginie, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00080204
Message ID:
00080852
Vues:
35
>>>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform