https://bugs.documentfoundation.org/show_bug.cgi?id=117118
--- Comment #9 from Robert Großkopf <[email protected]> --- This enhancement is the same as it will be executed by the following macro: SUB DataFlush DIM oDatasource AS OBJECT DIM oConnection AS OBJECT oDatasource = thisDatabaseDocument.CurrentController IF NOT (oDatasource.isConnected()) THEN oDatasource.connect() oData = oDatasource.DataSource() oData.flush END SUB At this moment I connect this procedure to Tools → Customize → Events → View is going to be closed. Data will be saved and I have only save separately by dialog or button when there has something else been changed. -- You are receiving this mail because: You are the assignee for the bug.
