Subject | RE: [IBO] TIBOTable and TIBOQuery Refresh doesn't work like BDE |
---|---|
Author | Jason Wharton |
Post date | 2019-08-01T17:27:09Z |
Maybe there is a bug of some kind as this does not sound like
appropriate behavior for IBO.
Would you please send me a sample app demonstrating this
problem?
Alternatively, I could do a remote support
session.
Thanks,
Jason Wharton
From: IBObjects@yahoogroups.com [mailto:IBObjects@yahoogroups.com]
Sent: Thursday, August 01, 2019 10:31 AM
To: IBObjects@yahoogroups.com
Subject: [IBO] TIBOTable and TIBOQuery Refresh doesn't work like BDE
We realized recently that our original code that used Refresh calls to update loaded datasets to have the latest data wasn't actually working and broke a ton of code in our codebase. Looking through your source it appears as though RefreshAll might be the equivalent to the TDataset style of Refresh we are accustomed to but that did not work either. We ended up having to write our own code to bookmark your spot and then reload the data and replace our Refresh calls with that. I am wondering though if there is a way to get your components to do Refresh the way the TDataset/BDE components originally did?