Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Combo box wont show source data
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00273070
Message ID:
00273085
Views:
16
Gerard,

Keep this in the init and add one line to it;
THIS.icSource=;
"SELECT par_code,par_valx1 ;
FROM par ;
INTO CURSOR lookupcur;
ORDER BY par_code ;
WHERE par_type = THIS.icLookupKey"
THIS.RowSource = THIS.icSource
<strong>THIS.value = lookupcur.par_code</strong>
THIS.Requery()
Previous
Reply
Map
View

Click here to load this message in the networking platform