RefreshRecord not working

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
99Percent
Posts: 48
Joined: Tue 13 Sep 2005 05:34

RefreshRecord not working

Post by 99Percent » Sun 20 Sep 2009 02:14

RefreshRecord does not update the DBGrid row of a detail dataset.

I have tried manually editing the SQLRefresh property. No error appears, simply the data remains the same.

If I scroll in the Master dataset then the details that were externally updated are refreshed correctly.

MSSQL.

What am I missing?

99Percent
Posts: 48
Joined: Tue 13 Sep 2005 05:34

Re: RefreshRecord not working

Post by 99Percent » Sun 20 Sep 2009 03:00

Never mind, I just discovered that the SQLRefresh property was not correct.

It is working now.

Post Reply