[Issue] AOO 4.1.5 Mac: Base crashes with macro autoexec

Discuss the database features
Post Reply
User avatar
charlie.it
Volunteer
Posts: 417
Joined: Wed Aug 21, 2013 2:12 pm
Location: Italy

[Issue] AOO 4.1.5 Mac: Base crashes with macro autoexec

Post by charlie.it »

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

Code: Select all

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
Issue reported by a user on the Italian forum: https://forum.openoffice.org/it/forum/v ... 773#p47838
Attachments
prova-autoexc.odb
(11.06 KiB) Downloaded 223 times
Last edited by Hagar Delest on Mon Jan 08, 2018 10:02 pm, edited 1 time in total.
Reason: tagged [Issue] (link to a bug report).
charlie
Italian AOO Admin
macOS 14 Sonoma M1: Open Office 4.1.15 - LibreOffice 7.5.7.1

http://www.charlieopenoffice.altervista.org
User avatar
Villeroy
Volunteer
Posts: 31269
Joined: Mon Oct 08, 2007 1:35 am
Location: Germany

Re: AOO 4.1.5 Mac: Base crashes with macro autoexec

Post by Villeroy »

Works fine with AOO 4.1.5 on Linux (Ubuntu 64 bit)
Please, edit this topic's initial post and add "[Solved]" to the subject line if your problem has been solved.
Ubuntu 18.04 with LibreOffice 6.0, latest OpenOffice and LibreOffice
User avatar
charlie.it
Volunteer
Posts: 417
Joined: Wed Aug 21, 2013 2:12 pm
Location: Italy

Re: AOO 4.1.5 Mac: Base crashes with macro autoexec

Post by charlie.it »

Thank you, I think it's a Mac problem. I'm trying with windows 7 now.
charlie
Italian AOO Admin
macOS 14 Sonoma M1: Open Office 4.1.15 - LibreOffice 7.5.7.1

http://www.charlieopenoffice.altervista.org
User avatar
charlie.it
Volunteer
Posts: 417
Joined: Wed Aug 21, 2013 2:12 pm
Location: Italy

Re: AOO 4.1.5 Mac: Base crashes with macro autoexec

Post by charlie.it »

Works fine with AOO 4.1.5 on Windows 7.
charlie
Italian AOO Admin
macOS 14 Sonoma M1: Open Office 4.1.15 - LibreOffice 7.5.7.1

http://www.charlieopenoffice.altervista.org
User avatar
charlie.it
Volunteer
Posts: 417
Joined: Wed Aug 21, 2013 2:12 pm
Location: Italy

Re: AOO 4.1.5 Mac: Base crashes with macro autoexec

Post by charlie.it »

charlie
Italian AOO Admin
macOS 14 Sonoma M1: Open Office 4.1.15 - LibreOffice 7.5.7.1

http://www.charlieopenoffice.altervista.org
User avatar
charlie.it
Volunteer
Posts: 417
Joined: Wed Aug 21, 2013 2:12 pm
Location: Italy

Re: [Issue] AOO 4.1.5 Mac: Base crashes with macro autoexec

Post by charlie.it »

Has no other Mac user verified this issue?
charlie
Italian AOO Admin
macOS 14 Sonoma M1: Open Office 4.1.15 - LibreOffice 7.5.7.1

http://www.charlieopenoffice.altervista.org
Mikelkel
Posts: 1
Joined: Wed Oct 31, 2018 9:59 am

Re: [Issue] AOO 4.1.5 Mac: Base crashes with macro autoexec

Post by Mikelkel »

Hi all
I had a look on the reported bug (https://bz.apache.org/ooo/show_bug.cgi?id=127646)
It seems nothing was done to fix this issue
Anybody found a way to bypass this bug ?
Thanks
OpenOffice 4.1.3 on Sierra 10.12.6
User avatar
charlie.it
Volunteer
Posts: 417
Joined: Wed Aug 21, 2013 2:12 pm
Location: Italy

Re: [Issue] AOO 4.1.5 Mac: Base crashes with macro autoexec

Post by charlie.it »

No news, the problem is also present in development version 4.1.6!
viewtopic.php?f=16&t=95714
charlie
Italian AOO Admin
macOS 14 Sonoma M1: Open Office 4.1.15 - LibreOffice 7.5.7.1

http://www.charlieopenoffice.altervista.org
User avatar
charlie.it
Volunteer
Posts: 417
Joined: Wed Aug 21, 2013 2:12 pm
Location: Italy

Re: [Issue] AOO 4.1.5 Mac: Base crashes with macro autoexec

Post by charlie.it »

Confirm the issue with 4.1.6 RC !
charlie
Italian AOO Admin
macOS 14 Sonoma M1: Open Office 4.1.15 - LibreOffice 7.5.7.1

http://www.charlieopenoffice.altervista.org
Post Reply