https://bugs.documentfoundation.org/show_bug.cgi?id=159697
Bug ID: 159697
Summary: BASE, EXTENSIONS, BaseDocumenter error Basic script
crashes
Product: LibreOffice
Version: 7.6.4.1 release
Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: Base
Assignee: [email protected]
Reporter: [email protected]
Description:
I am trying to use the BaseDocumenter extension. When it runs I get the
following error:
BASIC runtime error.
Argument is not optional.
It is getting upset at line 230
If psTargetPage = kTableData Then
vElement = _BD_ATag(vElement,
sTargetPage, lTargetIndex, _BD_GetLabel("DATASAMPLE"))
Else
vElement = _BD_ATag(vElement,
sTargetPage, lTargetIndex)
End If
Steps to Reproduce:
1.BaseDocumenter - Document this datbase
2.Start
Actual Results:
BASIC runtime error.
Argument is not optional.
Line 130
Expected Results:
Created a static HTML report in the specified folder.
Reproducible: Always
User Profile Reset: No
Additional Info:
Seems to be similar to Bug 151943
--
You are receiving this mail because:
You are the assignee for the bug.