Atozed Forums
async query refresh - Printable Version

+- Atozed Forums (https://www.atozed.com/forums)
+-- Forum: Atozed Software Products (https://www.atozed.com/forums/forum-1.html)
+--- Forum: IntraWeb (https://www.atozed.com/forums/forum-3.html)
+---- Forum: English (https://www.atozed.com/forums/forum-16.html)
+----- Forum: IntraWeb General Discussion (https://www.atozed.com/forums/forum-4.html)
+----- Thread: async query refresh (/thread-3057.html)



async query refresh - raulevm - 03-03-2023

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?


RE: async query refresh - Alexandre Machado - 03-22-2023

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.