Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SETALL does not disable ComboBox class
Message
De
03/09/1999 16:52:40
Dennis Schuette
Customized Business Services, Llc
Yuma, Arizona, États-Unis
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
SETALL does not disable ComboBox class
Divers
Thread ID:
00261380
Message ID:
00261380
Vues:
98
I am using VFP 5.0a. I have the following class defined:

DEFINE CLASS mcratcode AS combobox
ColumnCount = 2
ColumnWidths = "30"
RowSourceType = 3
RowSource = "select code,desc from ratdescr into cursor tempRat"
Height = 23
Margin = 0
Width = 180
Name = "mcratcode"
ENDDEFINE

I have another class that, among other things, has this code:

ThisForm.SetAll("Enabled", .f. ,"ComboBox")

I have a form with the above class and regular ComboBox's on the same form. The SETALL command above works correctly on the regular ComboBox's, but not on the ComboBox class. Please help!

Denis
Dennis Schuette
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform