Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Mover Control using Arrays
Message
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Titre:
Mover Control using Arrays
Divers
Thread ID:
00810566
Message ID:
00810566
Vues:
43
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform