Atozed Forums

Full Version: async query refresh
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
On intraweb, is there a way to refresh an FDSQLQuery asynchronously? That is, enter a record and that it can be viewed immediately without having to load the page to request the data set. It's possible?
Are you using DBAware controls?

Depending on the control it may be tricky but it does work asynchronously. For instance, if you have a button that moves the DataSet cursor to the next record, the underlying controls connected to this DataSet should update their contents to reflect this change.