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

--- Comment #9 from [email protected] ---
I have made a work-around for this problem, until such time as it is resolved
in an update. This may be of interest to others.

I have set the following macro to run when my file is opened:

Sub adjustButton
Dim Sheet As Object
Dim Doc as object
Dim Form As Object
Dim ctl As Object 
        Doc = ThisComponent.CurrentController
        Sheet = Doc.activeSheet
        Form = Sheet.DrawPage.Forms.GetByIndex(0)
        Ctl = Form.getByName("New Entry")
        Ctl.FocusOnClick=false

End Sub

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