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

--- Comment #26 from Robert Großkopf <[email protected]> ---
(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.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to