[Libreoffice-bugs] [Bug 114596] External forms for a database doesn't save data - closing form with dataloss

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Thu May 23 13:52:20 UTC 2019


https://bugs.documentfoundation.org/show_bug.cgi?id=114596

--- Comment #26 from Robert Großkopf <robert at familiegrosskopf.de> ---
(In reply to Xisco Faulí from comment #25)
> Just to be clear, the new entry is saved if I open the ddbb without closing
> LibreOffice but it's gone if I close LibreOffice and then I open the ddbb

Yes, if you open the *.odb-file before closing the form the data will be saved. 

The data wont be submitted to the database if the database-file isn't opened.

If adding this to the form after record-change it will work without opened
*.odb.

Sub S_FLUSH(EVENT)
    EVENT.SOURCE.ACTIVECONNECTION.flush
End Sub

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20190523/5819676b/attachment.html>


More information about the Libreoffice-bugs mailing list