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.

EXEC_VERB built-in<br />

Description<br />

Causes the OLE server to execute the verb identified by the verb name or the verb index. An OLE verb<br />

specifies the action that you can perform on an OLE object.<br />

Syntax<br />

PROCEDURE EXEC_VERB<br />

(item_id Item,<br />

verb_index VARCHAR2);<br />

PROCEDURE EXEC_VERB<br />

(item_id Item,<br />

verb_name VARCHAR2);<br />

PROCEDURE EXEC_VERB<br />

(item_name VARCHAR2,<br />

verb_index VARCHAR2);<br />

PROCEDURE EXEC_VERB<br />

(item_name VARCHAR2,<br />

verb_name VARCHAR2);<br />

Built-in Type unrestricted procedure<br />

Enter Query Mode no<br />

Parameters<br />

item_id Specifies the unique ID that <strong>Form</strong> <strong>Builder</strong> assigns to the item when created.<br />

Use the FIND_ITEM built-in to return the ID to an appropriately typed<br />

variable. The data type of the ID is Item.<br />

item_name Specifies the name of the object created at design time. The data type of<br />

the name is VARCHAR2 string.<br />

verb_index Specifies the numeric index of a verb. Use the<br />

<strong><strong>Form</strong>s</strong>_OLE.Find_OLE_Verb built-in to obtain this value. The data type<br />

of index is VARCHAR2 string.<br />

verb_name Specifies the name of a verb. Use the <strong><strong>Form</strong>s</strong>_OLE.Get_Verb_Name builtin<br />

to obtain this value. The data type of the name is VARCHAR2 char.<br />

EXEC_VERB restrictions<br />

Valid only on Microsoft Windows and Macintosh.<br />

EXEC_VERB examples<br />

/*<br />

** Built-in: EXEC_VERB<br />

** Example: Deactivates the OLE server associated with the<br />

object<br />

** in the OLE container.<br />

** trigger: When-Button-Pressed<br />

*/<br />

DECLARE<br />

111

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

Saved successfully!

Ooh no, something went wrong!