Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SETALL does not disable ComboBox class
Message
From
03/09/1999 16:52:40
Dennis Schuette
Customized Business Services, Llc
Yuma, Arizona, United States
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
SETALL does not disable ComboBox class
Miscellaneous
Thread ID:
00261380
Message ID:
00261380
Views:
95
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
Next
Reply
Map
View

Click here to load this message in the networking platform