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.

IF Checkbox_Checked(indicator_name) THEN<br />

/*<br />

** Set the item whose name was passed in to query case-<br />

** sensitively (i.e., Case Insensitive is False)<br />

*/<br />

Set_Item_Property(it_id, CASE_INSENSITIVE_QUERY,<br />

PROPERTY_FALSE );<br />

ELSE<br />

/*<br />

** Set the item whose name was passed in to query case-<br />

** insensitively (ie Case Insensitive True)<br />

*/<br />

Set_Item_Property(it_id,CASE_INSENSITIVE_QUERY,PROPERTY_TRUE);<br />

END IF;<br />

END;<br />

33

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

Saved successfully!

Ooh no, something went wrong!