Hi,
How do I set a TUniQuery state to a browse mode after a DeferredPost without posting the change to the DataBase again?
Thanks
DeferredPost
-
- Posts: 2
- Joined: Fri 20 Nov 2009 14:55
Hi,
If I call the Cancel method, it would unsynchronize the database with the TUniQuery because the changes that are posted to the database are canceled in the TUniQuery.
I need to keep the changes, do commit to the database and keep synchronize the TUniQuery with the DataBase. If I do Post to the TUniQuery, it does another Update to the Database; if I do Cancel, it cancels the changes to the TUniQuery and I need that the TUniQuery display the changes in the grid.
Thanks
If I call the Cancel method, it would unsynchronize the database with the TUniQuery because the changes that are posted to the database are canceled in the TUniQuery.
I need to keep the changes, do commit to the database and keep synchronize the TUniQuery with the DataBase. If I do Post to the TUniQuery, it does another Update to the Database; if I do Cancel, it cancels the changes to the TUniQuery and I need that the TUniQuery display the changes in the grid.
Thanks