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.
This is an old discussion that has not been active in a long time. Instead of commenting here, you should start a new discussion. If you think the content of this discussion is still relevant, you can link to it from your new discussion.
Regards, Jon.
Thanks Vinco, I was pulling my hair out over this problem - I should have goggled it earlier.
Thanks for the answer.