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

            Bug ID: 92264
           Summary: Reload() method does not work
           Product: LibreOffice
           Version: 4.3 Daily
          Hardware: x86-64 (AMD64)
                OS: Windows (All)
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: Base
          Assignee: [email protected]
          Reporter: [email protected]

Created attachment 116745
  --> https://bugs.documentfoundation.org/attachment.cgi?id=116745&action=edit
Trying it in OpenOffice and LibreOffice,to understand me better.

In OpenOffice,when you type something in first field(Comienza por),the below
table is updating by a LIKE SQL command.In LibreOffice it does not work.
The construction is:
--There is a query,with a SQL command.
--This form has a source the same query.
--By macro,we changing the value of query,so after,we reload() the Form.
--In openOffice,after reload,Form fets the new value of query,then is updating
correctly.
--Same command in LibreOffice does not updating the SQL-command of query,it is
possible only after closing the form or switching to design mode.
--If you put a print instruction in different macro points you can see that:
----after reload() method the new value of SQL-command of the query is
updated(correct)
-----the new value of Form is the old query value(wrong).
In OpenOffice 4.1.1 works nice,but in LibreOffice 4.3.7 no.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to