https://bz.apache.org/ooo/show_bug.cgi?id=127646

          Issue ID: 127646
        Issue Type: DEFECT
           Summary: Base crashes with macro autoexec
           Product: Base
           Version: 4.1.5
          Hardware: Mac
                OS: macOS 10.12
            Status: UNCONFIRMED
          Severity: Critical
          Priority: P5 (lowest)
         Component: code
          Assignee: issues@openoffice.apache.org
          Reporter: casa...@email.it
  Target Milestone: ---

Created attachment 86312
  --> https://bz.apache.org/ooo/attachment.cgi?id=86312&action=edit
Database with macro autoexec

Can anyone test this macro inserted as autoexec in a Base file?
With version 4.1.5 on Mac, it crashes Base at each boot.

With version 4.1.3 on Mac it works regularly.
With version 4.1.5 on Windows 7 it works regularly.
With version 4.1.5 for on Linux (Ubuntu 64 bit) it works regularly.



REM  *****  BASIC  *****
Sub autoexec
Dim InteractionHandler As Object
InteractionHandler = createUnoService("com.sun.star.sdb.InteractionHandler")
ThisDatabaseDocument.CurrentController.connect("","")
ThisDatabaseDocument.FormDocuments.getByName ( "Formulario1" ).open
End Sub

-- 
You are receiving this mail because:
You are the assignee for the issue.

Reply via email to