Hi Folks, I have a form with a seperate foundset, and I place this form in find then search,
I make some chenges to the table on which its based using rawSQL, and then do a flush, after which I do
databaseManager.refreshRecordFromDatabase(formName.foundset,-1)
However until the form is searched again I cant get the updated data.
Is there a way to update the seperate foundset based on the new data in this context.
BTW The changed data is NOT part of the search criteria!
Apprecaite feedback.