Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Help on Combobox please!
Message
From
11/11/1999 06:31:04
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Help on Combobox please!
Miscellaneous
Thread ID:
00290010
Message ID:
00290010
Views:
69
I have a dropdown combobox which has a cursor (editable) as its rowsourse with the type set as alias. It has a variable as controlsource.

When I requery the cursor, I want the combobox to display the current record of the cursor. I have used all sorts of combinations of the code below, but it just won't display as I want it to. Can someone tell me what I am doing wrong?

Do MyProgram && SELECT THE CORRECT RECORDS FOR MYCURSOR
thisform.combo.requery
sele mycursor
if reccount("mycursor")>0
locate for mynumfield=storedNumber
if .not. found()
go top
endif
m.control_source_variable=mycursor.myfield
thisform.combo.value=mycursor.myfield
endif
thisform.combo.refresh

TIA

David
Next
Reply
Map
View

Click here to load this message in the networking platform