Hi,
I'm having a hard time telling ADO when to update the Recordset my
custom user control is bound to. I'm using the PropertyChanged method to
notify the data source that the bound property has changed, what results
in setting the DataChanged property to TRUE. However I want the
Recordset to be updated immediatly - not after I performed a Move on the
recordset.
Using a standard MS TextBox control works fine - when the control lost
the focus, the recordset is updated. Using a MS TextBox within a user
control will no do the same! I need to move to another record or to
requery from outside the control.
Does anyone know a solution for this problem??
Thanks,
Martin.