Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Why sometimes combo1 rowsource didn't be valued?
Message
 
 
To
12/05/2002 11:07:52
Michale Chen
Shijiazhuang ZhiYuan Crop.
Shijiazhuang, China
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00655491
Message ID:
00655507
Views:
22
This message has been marked as the solution to the initial question of the thread.
>Hello everone:
> Sometimes We use the following clause to define the rowsource of combol;
> sele ***** from table into array mmm
> thisform.combol.rowsouce='mmm'
> In fact the array mmm didn't need define,but sometimes the combol didn't got the rowsource ,it's why?
>Thank you.

To get consistent results the array should be in the scope as long as form runs. You can add property 'myarray' to the form and use it as rowsousrce of the combobox
select * from table into array Thisform.myarray 
thisform.combol.rowsouce = thisform.myarray
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform