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

--- Comment #13 from Lionel Elie Mamane <[email protected]> ---
(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.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to