
Data Control Refresh works sometimes, others Not?!
I don't know why, but I'm having trouble using the Refresh on a VB 5
data control.
At different places in my code, I re-set the recordsource of the data
control. Once I do this, I use the Refresh method, as in:
datMyData.Refresh
Sometimes, this runs without a hitch. Sometimes I get an error message
that the 'object does not support this method'.
Can anybody make some suggestions as to why Refresh would work on a data
control under some circumstances, but not others? I'm at a loss.
Thanks in advance.