Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Simple Question
Message
From
19/09/2002 23:31:55
 
 
To
19/09/2002 05:01:33
General information
Forum:
Visual Basic
Category:
Other
Title:
Miscellaneous
Thread ID:
00701882
Message ID:
00702597
Views:
8
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
Previous
Reply
Map
View

Click here to load this message in the networking platform