Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Mover Control using Arrays
Message
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Title:
Mover Control using Arrays
Miscellaneous
Thread ID:
00810566
Message ID:
00810566
Views:
42
Good Morning,

I have a mover class on a form. I have populated a an array using a select statement (see code). How do I get the mover to show the contents of the array please? I don't know what code to put into the RowSource!
SELECT * ;
FROM ("U:\Data\modacad.dbf") ;
WHERE &lcdesign ;
order BY mainkey ;
INTO array crssearch

WITH main.oMover.lstleft
 .RowSourcetype = 5
 .Rowsource = 
 .ColumnCount = 1
ENDWITH
Many Thanks
Neil Lewis
IT R&D Manager
Velmore Ltd
Next
Reply
Map
View

Click here to load this message in the networking platform