Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Load table to DBList
Message
From
17/09/1998 11:03:38
 
 
To
17/09/1998 06:56:50
General information
Forum:
Visual Basic
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00137710
Message ID:
00137807
Views:
18
>how can i load table to DBLlist . ?
>or how can i send the S.Q.L result to DBList .?

You must use 2 data controls.
One for the "edit" portion and one for the "list" portion.

You have 5 properties to set:


DataSource Name of Data control that is updated once a selection is made.

DataField Name of a field that is updated in the Recordset specified by the DataSource property.

RowSource Name of Data control used as a source of items for the list portion of the control.

ListField Name of a field in the Recordset specified by RowSource that is used to fill the list. DBList does not support fields of LongBinary type for the ListField property.

BoundColumn Name of a field in the Recordset specified by RowSource that is passed back to the DataField once a selection is made. DBList does not support fields of LongBinary type for the BoundColumn.
Guy Barrette, MCSD
============
Blog http://weblogs.asp.net/guybarrette
Microsoft Regional Director, Montreal, Canada www.microsoft.com/rd
MVP, ASP.NET http://mvp.support.microsoft.com/
President, Montreal Visual Studio User Group www.guvsm.net
INETA Regional Rep for Quebec www.ineta.org
UniversalThread Magazine Columnist (.NET Books Review Column) www.utmag.com
Tech Chair French Track, DevTeach 2004 & 2005 www.devteach.com
Business Architect, Microsoft Team - Nurun Inc www.nurun.com
XBox Live Gamer Tag: Slomo QC CA
Previous
Reply
Map
View

Click here to load this message in the networking platform