https://bugs.documentfoundation.org/show_bug.cgi?id=146643
Bug ID: 146643
Summary: reload method applied to a subform with subforms fails
to reload all when called from a macro
Product: LibreOffice
Version: 7.2.4.1 release
Hardware: Other
OS: macOS (All)
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: Base
Assignee: [email protected]
Reporter: [email protected]
Created attachment 177380
--> https://bugs.documentfoundation.org/attachment.cgi?id=177380&action=edit
sample Libreoffice odb that allows to see the missing functionality
A (sub)form with a table and additional sub forms with text fields reloads nice
when reloaded through a button attached to the form.
However, when calling the reload method of this form through the .reload()
method of the macro the text fields are not reloaded.
See testdb.odb attached, activate the macro embedded, and load the
"Einzahlungen" form. Select n2, v2 (or another entry) in the dropdown list
below "Übersicht". Note the table changing content (done by by calling the
reload() method of the "Anzeigetafel" form (a subform to "Main Form"), and note
the content of the sum fields right to the "Laden" button change the content
only when tis button is pressed (button calls reload form of the Anzeigetafel
form)
Expected behaviour: reload() by macro and by button act identically.
--
You are receiving this mail because:
You are the assignee for the bug.