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

            Bug ID: 99094
           Summary: form.reload in a macro doesn't work
           Product: LibreOffice
           Version: 5.1.1.3 release
          Hardware: x86-64 (AMD64)
                OS: Windows (All)
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: BASIC
          Assignee: [email protected]
          Reporter: [email protected]

Created attachment 124081
  --> https://bugs.documentfoundation.org/attachment.cgi?id=124081&action=edit
base file and firebird DB file

Respectable LibreOffice,

I'm trying to implement a DB interface to manage contability.
I've defined a subroutine (aggiornaQueryCercaCommittente) that update the query
qa_cliente and update the table inside the form FormRicercaCliente.

The macro works fine: it updates the query, doesn't crash, but when it executes
oFormLoc.reload nothing appans.
I've noticed that if I use oFormLoc.unload and oFormLoc.load the macro updates
the form (but I don't want to use it because so I reinizialize the form and its
controls)

With older version of OpenOffice a similar macro instead worked fine (I'm sorry
I can't remember the correct release)

I've found a similar bug 93403.

I've noticed an another odd behaviour (see the attached file connected via obdc
to the fdB firebird file)
If I
-launch the form form_nuova_parcella
-push the button "cerca cliente" (it loads the form form_cerca_cliente that is
inizialized by the macro FormRicercaCliente->inizializza)
-the form form_cerca_cliente is loaded
-I select an item of the listbox
-if I want digitize pip in the text field
-I push the button "cerca" (it launches the macro
qaAggiorna->aggiornaQueryCercaCommittente)
-I select the table
-I push the reload button on the form toolbar nothing happans
-I push the reorder button on the form toolbar and its reload the form

Can you help me?

Thanks for your support.


Alberto

-- 
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