https://bugs.documentfoundation.org/show_bug.cgi?id=156356
Bug ID: 156356
Summary: ScriptForge new service FormDocument crashes with
simple script
Product: LibreOffice
Version: 7.5.4.2 release
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: BASIC
Assignee: [email protected]
Reporter: [email protected]
I am running a simple script to test the new FormDocument service in
ScriptForge and I am getting an error:
Sub FormDocTest
GlobalScope.BasicLibraries.LoadLibrary("ScriptForge")
oDB = CreateScriptService("Database", "/home/rafael/Documents/Teste.odb")
oFormDoc = oDB.OpenFormDocument("Produtos")
End Sub
The error message says "Variable not defined" and points to the "_Database"
variable. So it appears that the variable _Database in the file SF_FormDocument
is not defined, which is triggering the error.
--
You are receiving this mail because:
You are the assignee for the bug.