No errorblock
Error in Errorhandler
OLEWEBBROWSER:NAVIGATE2() line 49
Line 49 is generated OLE code
Code: Select all
uRetValue := SELF:oAuto:__InvokeMethod(a, DWORD(_BP+16),PCount())Code: Select all
cobOldErrFunc := ErrorBlock( {|oErr|_Break(oErr)} )
BEGIN SEQUENCE
IF SELF:oDCcbPreView:Checked
SELF:oDCPreView:Navigate2(cFile)
ENDIF
RECOVER // Just do nothing to recover
END SEQUENCE
ErrorBlock(cobOldErrFunc)1 How can the exact same error re-appear despite the error handler>
2 And even better, is there a way to find the cause of the error? There is no reason to assume anything has changed or anything wrong is 'fed' to Navigate2...
Dick

