Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Listbox not requerying
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Listbox not requerying
Miscellaneous
Thread ID:
01246250
Message ID:
01246250
Views:
60
The listbox does not seem to respond... In the click event of a combo I have the following

do case
case thisform.mycombobox1.value ='Noun'
inde on noun to c:\csu-zeta\z
case thisform.mycombobox1.value ='Part#'
inde on part_nbr to c:\csu-zeta\z
case thisform.mycombobox1.value ='serial#'
inde on serial_nbr to c:\csu-zeta\z
ENDCASE
thisform.MYLISTBOX1.REQUERY

In the form's activate I have:
with thisform.mylistbox1
.rowsource="select owc,noun,pmel_id,part_nbr,serial_nbr,rek from &LD:pmel into curs zpmel"
.refresh
.columncount=5
endwith
"Build a man a fire, and he's warm for a day.
Set a man on fire, and he's warm for the rest of his life."
Next
Reply
Map
View

Click here to load this message in the networking platform