Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
List disables
Message
From
07/09/2000 13:10:19
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
List disables
Miscellaneous
Thread ID:
00413670
Message ID:
00413670
Views:
55
Why does my listbox disable (go blank and gray) when my combobox-interactive-change sets a new filter to the freetable? The code in the interactive change reads:
if this.value = "All"
set filter to
go top
thisform.refresh
else && if there is a value other than "All" which will match some records
set filter to Field1 = this.value
go top
thisform.refresh
endif
Next
Reply
Map
View

Click here to load this message in the networking platform