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.

VBX.FIRE_EVENT built-in<br />

Description<br />

Raises an event for the VBX control.<br />

Syntax<br />

VBX.FIRE_EVENT<br />

(item_id ITEM,<br />

event_name VARCHAR2,<br />

paramlist_id PARAMLIST);<br />

VBX.FIRE_EVENT<br />

(item_id ITEM,<br />

event_name VARCHAR2,<br />

paramlist_name VARCHAR2);<br />

VBX.FIRE_EVENT<br />

(item_name VARCHAR2,<br />

event_name VARCHAR2,<br />

paramlist_id PARAMLIST);<br />

VBX.FIRE_EVENT<br />

(item_name VARCHAR2,<br />

event_name VARCHAR2,<br />

paramlist_name VARCHAR2);<br />

Built-in Type unrestricted procedure<br />

Enter Query Mode yes<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 />

event_name Specifies the name of a VBX event sent to the VBX control. The data type<br />

of the name is VARCHAR2 string.<br />

paramlist_id Specifies the unique ID <strong>Form</strong> <strong>Builder</strong> assigns when a parameter list is<br />

created. The data type of the ID is PARAMLIST.<br />

paramlist_name The name you give the parameter list object when it is defined. The data<br />

type of the name is VARCHAR2 string.<br />

VBX.FIRE_EVENT restrictions<br />

Valid only on Microsoft Windows.<br />

VBX.FIRE_EVENT examples<br />

/*<br />

** Built-in: VBX.FIRE_EVENT<br />

** Example: The VBX.FIRE_EVENT built-in triggers a SpinDown<br />

457

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

Saved successfully!

Ooh no, something went wrong!