|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
VB6, DBList
Hi,
How can I make 2 columns in DBList? I only can make 1 column, can I set head name with 2 columns? |
|
#2
|
|||
|
|||
|
I don't know about the dblist control, but I think the ADO DataList control will automatically create columns for each column in the underlying recordset.
__________________
====== Doug G ====== I didn't attend the funeral, but I sent a nice letter saying I approved of it. --Mark Twain |
|
#3
|
|||
|
|||
|
But, can the user select the value from list box?
Quote:
|
|
#4
|
|||
|
|||
|
Quote:
|
|
#5
|
||||
|
||||
|
by definition, List (of any kind) is one column.
so naturally, DBList will display only one field. the term for something that contain several columns and several rows is Grid, in Visual Basic I believe you have the MSFlexGrid control. as far as I've seen, this control will allow you to both view and change the data. |
![]() |
| Viewing: ASP Free Forums > Programming > Visual Basic Programming > VB6, DBList |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|