Hi
I have a class acting as a datasource. In it i have an ADO recordset which i populate with the records from an Access table.
I have a bindingcollection on a form and the datasource is set to the class and the recordset is returned as the datasource.
Textboxes are then added to this bindingcollection.
So far so good.
However, when I add a new record to the recordset, the textboxes seem as they are unbound. The recordset updates fine but the textboxes do not even respond when i do Rs.movenext
Any ideas please?
thanks
I have a class acting as a datasource. In it i have an ADO recordset which i populate with the records from an Access table.
I have a bindingcollection on a form and the datasource is set to the class and the recordset is returned as the datasource.
Textboxes are then added to this bindingcollection.
So far so good.
However, when I add a new record to the recordset, the textboxes seem as they are unbound. The recordset updates fine but the textboxes do not even respond when i do Rs.movenext
Any ideas please?
thanks