Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Listing combo box options from another table
Message
From
21/07/2001 12:00:32
 
 
To
21/07/2001 11:52:33
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00533526
Message ID:
00533531
Views:
10
I usually set the combo
.rowsource=select * from rank into cursor temp
.rowsourcetype=3 (SQL Statement I think it's three.)

Then in the destroy I do..
IF USED("temp")
use in temp
ENDIF

In the refresh
this.displayvalue=mytable.value

in the lost focus or valid
replace value with this.displayvalue in mytable


HTH
Previous
Reply
Map
View

Click here to load this message in the networking platform