|
<< Click to Display Table of Contents >> Navigation: Forum > async query refresh |
03-03-2023, 07:34 PM:
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?
03-22-2023, 04:15 AM:
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.