OpenOffice - BASIC runtime error
I'm revising a document created in OpenOffice, and the Zotero macro now crashes every time I attempt to create a new citation.
The error message is:
BASIC runtime error.
An exception occurred
Type: com.sun.star.lang.IllegalArgumentException
Message: .
And I'm dumped into the debugger. The highlighted line is:
fnRangeComp = thisComponent.Text.compareRegionStarts (oR1, oR2) > 0
The call stack is:
0: fnRangeComp
1: subShellSort(mMarks=...)
2: fnGetMarks(ZoteroUseBookmarks=False)
3: fnUpdate(False=False, False=False)
4: ZoteroInsertCitation
Any help in correcting this problem would be greatly appreciated. I'd be happy to upload my library and document somewhere if that would help.
The error message is:
BASIC runtime error.
An exception occurred
Type: com.sun.star.lang.IllegalArgumentException
Message: .
And I'm dumped into the debugger. The highlighted line is:
fnRangeComp = thisComponent.Text.compareRegionStarts (oR1, oR2) > 0
The call stack is:
0: fnRangeComp
1: subShellSort(mMarks=...)
2: fnGetMarks(ZoteroUseBookmarks=False)
3: fnUpdate(False=False, False=False)
4: ZoteroInsertCitation
Any help in correcting this problem would be greatly appreciated. I'd be happy to upload my library and document somewhere if that would help.
Regards, Jon.
Thanks Vinco, I was pulling my hair out over this problem - I should have goggled it earlier.
Thanks for the answer.