https://bugs.freedesktop.org/show_bug.cgi?id=81883
Priority: medium
Bug ID: 81883
Assignee: [email protected]
Summary: Macros: Libreoffice crash on exit
Severity: normal
Classification: Unclassified
OS: Windows (All)
Reporter: [email protected]
Hardware: Other
Whiteboard: BSA
Status: UNCONFIRMED
Version: 4.2.5.2 release
Component: BASIC
Product: LibreOffice
Problem description: Libreoffice crash on exit all time that i use a Basic
Macro to access to a database connected to a sheet of calc (sorry for my
english...)
Steps to reproduce:
1. Create a simple document in calc anda save it.
Cod Description Price
1 test1 10
2 test2 20
3 test3 30
2. Create and register a Database connected to a calc file
3. Created the macro and execute
Sub TEST
DatabaseContext = createUnoService(“com.sun.star.sdb.DatabaseContext”)
DataSource = DatabaseContext.getByName(“TEST”)
If Not DataSource.IsPasswordRequired Then Connection =
DataSource.GetConnection(”“,”“)
Else InteractionHandler =
createUnoService(“com.sun.star.sdb.InteractionHandler”) Connection =
DataSource.ConnectWithCompletion(InteractionHandler)
End If
end sub
Current behavior: Now libreoffice crash on exit
Expected behavior:
Operating System: Windows 8
Version: 4.2.5.2 release
--
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