Quantcast
Channel: AutoIt v3 - General Help and Support
Viewing all articles
Browse latest Browse all 12506

ACROBAT Error

$
0
0
Windows 7 Pro 64bit
Acrobat Reader 9.5.3

When I use

[ autoit ]      
Global $o_AutoIt_MyErrFunc = ObjEvent("AutoIt.Error", "_AutoIt_MyErrFunc") $oPDF = ObjCreate("AcroPDF.PDF.1") Func _AutoIt_MyErrFunc() ; Com Error Handler $s_error_log = _ "$o_AutoIt_MyErrFunc.number is: " & @TAB & $o_AutoIt_MyErrFunc.number & @CRLF & _ "$o_AutoIt_MyErrFunc.windescription:" & @TAB & $o_AutoIt_MyErrFunc.windescription & @CRLF & _ "$o_AutoIt_MyErrFunc.description is: " & @TAB & $o_AutoIt_MyErrFunc.description & @CRLF & _ "$o_AutoIt_MyErrFunc.source is: " & @TAB & $o_AutoIt_MyErrFunc.source & @CRLF & _ "$o_AutoIt_MyErrFunc.helpfile is: " & @TAB & $o_AutoIt_MyErrFunc.helpfile & @CRLF & _ "$o_AutoIt_MyErrFunc.helpcontext is: " & @TAB & $o_AutoIt_MyErrFunc.helpcontext & @CRLF & _ "$o_AutoIt_MyErrFunc.lastdllerror is: " & @TAB & $o_AutoIt_MyErrFunc.lastdllerror & @CRLF & _ "$o_AutoIt_MyErrFunc.scriptline is: " & @TAB & $o_AutoIt_MyErrFunc.scriptline & @CRLF & _ "$o_AutoIt_MyErrFunc.retcode is: " & @TAB & $o_AutoIt_MyErrFunc.retcode & @CRLF & @CRLF ConsoleWrite($s_error_log) EndFunc ;==>_AutoIt_MyErrFunc

Then I take back that info in console

Quote

$o_AutoIt_MyErrFunc.number is:  -2147467259
$o_AutoIt_MyErrFunc.windescription: Nieokreślony błąd.

$o_AutoIt_MyErrFunc.description is:  
$o_AutoIt_MyErrFunc.source is:  
$o_AutoIt_MyErrFunc.helpfile is:  
$o_AutoIt_MyErrFunc.helpcontext is:  9712352
$o_AutoIt_MyErrFunc.lastdllerror is:  0
$o_AutoIt_MyErrFunc.scriptline is:  4
$o_AutoIt_MyErrFunc.retcode is:  0



Anybody know why ?

Viewing all articles
Browse latest Browse all 12506

Trending Articles