https://bugs.freedesktop.org/show_bug.cgi?id=41075

           Summary: Base forms uses inappropriate default view
           Product: LibreOffice
           Version: LibO 3.4.3 release
          Platform: x86-64 (AMD64)
        OS/Version: Linux (All)
            Status: NEW
          Severity: normal
          Priority: medium
         Component: Database
        AssignedTo: [email protected]
        ReportedBy: [email protected]


Apparently since version 3.4, Base opens forms in page (uno:PrintLayout), no
more in web layot (.uno:BrowseView). This renders most existing forms unusable!
Morover, apparently there is _no_ way to programmatically switch the view mode
(especially

    dim args1(0) as new com.sun.star.beans.PropertyValue
    args1(0).Name = "BrowseView"
    args1(0).Value = true
    dispatcher.executeDispatch(document, ".uno:BrowseView", "", 0, args1())

does NOT work). The only workaround is to open a form in edit mode, then toggle
edit mode off. However, that's no long-term solution.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- 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