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.

GET_VERB_NAME built-in<br />

Description<br />

Returns the name of the verb that is associated with the given verb index. An OLE verb specifies the<br />

action that you can perform on an OLE object, and each OLE verb has a corresponding OLE verb index.<br />

You must define an appropriately typed variable to accept the return value.<br />

Syntax<br />

FUNCTION GET_VERB_NAME<br />

(item_id Item,<br />

verb_index VARCHAR2);<br />

FUNCTION GET_VERB_NAME<br />

(item_name VARCHAR2,<br />

verb_index VARCHAR2);<br />

Returns VARCHAR 2<br />

Built-in Type unrestricted function<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.<br />

verb_index Specifies the numeric index of a verb. Use the FIND_OLE_VERB built-in<br />

to obtain this value. The data type of index is VARCHAR2.<br />

GET_VERB_NAME restrictions<br />

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

GET_VERB_NAME examples<br />

/*<br />

** Built-in: GET_VERB_COUNT<br />

** Example: See EXEC_VERB and GET_VERB_COUNT<br />

*/<br />

239

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

Saved successfully!

Ooh no, something went wrong!