https://issues.apache.org/ooo/show_bug.cgi?id=125308
Issue ID: 125308
Issue Type: DEFECT
Summary: vba xls export crashes aoo
Product: App Dev
Version: 4.2.0-dev
Hardware: PC
OS: Windows 7
Status: CONFIRMED
Severity: normal
Priority: P3
Component: vba
Assignee: [email protected]
Reporter: [email protected]
Created attachment 83739
--> https://issues.apache.org/ooo/attachment.cgi?id=83739&action=edit
export_xls.vbs
attached vbs script will crash aoo if one remove's the "WScript.Sleep 1000"
[...]
call oDoc.storeToURL(cOutputURL, vArgs)
' without wait aoo crashes ...
WScript.Sleep 1000
call oDoc.close(False)
--
You are receiving this mail because:
You are the assignee for the issue.
You are watching all issue changes.