Hi
I have a Visual Basic ActiveX control containing a single combo box
this is bound to an ADO DC.
The Combo box correctly sees the data from the ADODC control
however if I change the value in the combo box the value reverts to the original.
I can't get the combo to update the underlaying recordset.
The ADODC is set up as Optimistic Locking, ReadWrite, Dynamic Cursor. The database is not read only.
Thanks in advance
2007-03-15
10:11:46
·
2 answers
·
asked by
Mark T
2
in
Computers & Internet
➔ Programming & Design
Oh, Active X Control running within Visual Basic on Windows 2000.
Its to design a custom data-grid control, with bound combos allowing the user to pick from a drop-down
2007-03-16
05:40:44 ·
update #1