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

Click here to load this message in the networking platform