|
-
Nov 2nd, 2000, 12:21 PM
#1
Thread Starter
Lively Member
Hi,
any help with the following would be great!
I have a combo box that gets it values from a table on SQL Server 7 through an ADO connection and Data Environment.
Problem is - it only returns the first item in the table.
Why? Help!
H.
-
Nov 2nd, 2000, 12:34 PM
#2
Are you using a Standard Combobox and Expecting it to fill the Drop List with the values from the Table?
If so you'd have to recurse the Recordset/Table manually filling the Combobox, alternatively use the DataCombo control. (Available from the Microsoft DataList Controls Component.)
It has a RowSource property for binding data to the List portion of the control as well as the control value itself.
-
Nov 3rd, 2000, 04:27 AM
#3
Thread Starter
Lively Member
Thanks for the help. It's now working
H.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|