Hi everyone,
I have a button called "Commit" which does:
SQLQuery1.ApplyUpdates;
SQLTransaction1.CommitRetaining;
and would like it to also do a REFRESH, same as what the Navigator-refresh does, so I can hide the Navigators' refresh, and so the Commit button does the refresh at once.
How to do it?
Also, where to find document on using methods of the Navigator component?
Thanks!