Hello!
Scenario: Zeoslib 4.21rc1, TZQurey on datamodule, some dbedits on a form/dialog for editing data.
In Lazarus data is automatically committed after exiting from dbedit control.
In Delphi when I edit data from query or table using dbedit control, edited data is committed after Post or Next or Prior method.
Is it possible to get the same behavior in Lazarus.
I just want to us Ok or Cancel buttons for committing or canceling edited data using standard data controls for editing instead of using SQL queries.