Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Simple Question
Message
De
19/09/2002 23:31:55
 
 
À
19/09/2002 05:01:33
Information générale
Forum:
Visual Basic
Catégorie:
Autre
Titre:
Divers
Thread ID:
00701882
Message ID:
00702597
Vues:
9
Try this, may be this will help ;>)

YourRecordSet.open blah blah blah ...
YourRecordSet.Movefirst

dataList1.listfield = YourFieldName
Set dataList1.DataSource = YourRecordSet
Set dataList1.RowSource = YourRecordSet

Regards
Winan
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform