
Data designer bound controls seem to lose their binding to the recordset with Requery
Data designer bound controls seem to lose their binding to the recordset
when I refresh the recordset by using the Requery method.
Does anybody know what I am doing wrong?
I have tried textboxes, labels, TDBGrid with the same results. The only
way around that I found is unloading and re-loading the form. Then, the
controls show the new data, but this in obviosly not allowable in many
applications including mine.
Thanks