[Libreoffice-bugs] [Bug 112458] Base table does not retain record updates from Standalone form

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Sun Dec 2 07:31:16 UTC 2018


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

--- Comment #13 from Lionel Elie Mamane <lionel at mamane.lu> ---
(In reply to robert from comment #10)
> You could work around this with
> ---------
> Sub S_FLUSH(EVENT)
>     EVENT.SOURCE.ACTIVECONNECTION.flush
> End Sub
> ---------
> Start this "After record action" and the data will be saved.

This looks like either the standalone form doesn't flush the connection when it
is being closed, _or_ it tries, but that fails (because the connection is
already destroyed?), _or_ the connection doesn't correctly flush itself when it
is being closed (comment 7 could be relevant there), _or_ the connection is
never closed / closed at the wrong moment (which brings us back to lifecycle
management).

-- 
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/20181202/123cd286/attachment-0001.html>


More information about the Libreoffice-bugs mailing list