11.01.2013 Views

Oracle Forms Developer – Form Builder Reference, Volume 1

Oracle Forms Developer – Form Builder Reference, Volume 1

Oracle Forms Developer – Form Builder Reference, Volume 1

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

LAST_OLE_EXCEPTION built-in<br />

Description<br />

Returns the identifying number of the most recent OLE exception that occurred in the called object.<br />

Syntax<br />

FUNCTION LAST_OLE_EXCEPTION<br />

(source OUT VARCHAR2, description OUT VARCHAR2,<br />

helpfile OUT VARCHAR2,<br />

helpcontextid OUT PLS_INTEGER)<br />

RETURN errornumber PLS_INTEGER;<br />

Built-in Type unrestricted function<br />

Returns error number that the OLE server assigned to this exception condition<br />

Parameters<br />

source Name of the OLE server that raised the<br />

exception condition.<br />

description Error message text.<br />

helpfile Name of the file in which the OLE server has<br />

additional error information.<br />

helpcontextid ID of a specific document in the above help<br />

file.<br />

Usage Notes<br />

This function can be used after a PL/SQL FORM_OLE_FAILURE exception has occurred as a result of<br />

calling an OLE object server. For information about other types of errors (not PL/SQL exceptions), use<br />

the LAST_OLE_ERROR function.<br />

268

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!