https://bugs.documentfoundation.org/show_bug.cgi?id=90088
--- Comment #11 from Lionel Elie Mamane <[email protected]> ---
There are two moveToInsertRow() in the API.
com::sun::star::sdbc::XResultSetUpdate::moveToInsertRow()
or
com::sun::star::form::runtime::FormFeature::MoveToInsertRow()
My guess is about the latter.
(In reply to Alex Thurgood from comment #10)
> @Lionel : guessing that this has something to do with the way the UI
> displays a cached subset of the resultset which doesn't get refreshed ?
My guess is more that it is linked to the lazy loading of rows (when the UI
displays a "*" next to the number of rows to say that not all rows are loaded
yet). In that case, it can probably be worked around by:
moveToLast() to force loading of all rows, then only moveToInsertRow()
--
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