ADO + DataCombo 
Author Message
 ADO + DataCombo

Hi,

I designed a DataEnvironment using the Designer in VB 6. I used a
DataCombo in a form and assigned RowSource, RowMember, ListField and
BoundColumn and so on. For Example:

RowSource = DataEnvironment
RowMember = Address
ListField = Name
BoundColumn = ID

The drop down list is filled correctly.

If a new record is stored in database the drop down list is not
updated, even if I use DataCombo.Refill method. I checked the
rsAddress.RecordCount, this is updated correctly.

What am I doing wrong? How to achive an update of the list?

Thanks in advance
Oliver



Sat, 03 Nov 2001 03:00:00 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. Can UserForms work with ADO DataCombo?

2. ADO DataCombo

3. ADO DataCombo VB6.0

4. ADO + DataCombo

5. ADO DataCombo VB6.0

6. ADO DataCombo & DataComboBox Useage

7. Problems with ADO, DataCombo and WIN98

8. rowsource of ado-datacombo

9. Sychronizing ado datacombo box w/ textbox

10. ADO DataCombo timing???

11. ADO DataCombo Bind to a Recordset.

12. ADO DataCombo list field has duplicate entries

 

 
Powered by phpBB® Forum Software