Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Mover Control using Arrays
Message
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00810566
Message ID:
00810571
Views:
8
Hi Neil,
To set the RowSource the array must be public or if You use the mover in form You can define a form property as array an the use it as a rowsource
SELECT * ;
FROM ("U:\Data\modacad.dbf") ;
WHERE &lcdesign ;
order BY mainkey ;
INTO array thisform.crssearch

WITH main.oMover.lstleft
 .RowSourcetype = 5
 .Rowsource = "thisform.crssearch"
 .ColumnCount = 1
 .Requery()
ENDWITH
HTH
Boris
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Reply
Map
View

Click here to load this message in the networking platform