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.

SET_BLOCK_PROPERTY built-in<br />

Description<br />

Sets the given block characteristic of the given block.<br />

Syntax<br />

SET_BLOCK_PROPERTY<br />

(block_id Block,<br />

property VARCHAR,<br />

value VARCHAR);<br />

SET_BLOCK_PROPERTY<br />

(block_id Block,<br />

property VARCHAR,<br />

x NUMBER);<br />

SET_BLOCK_PROPERTY<br />

(block_id Block,<br />

property VARCHAR,<br />

x NUMBER<br />

y NUMBER);<br />

SET_BLOCK_PROPERTY<br />

(block_name VARCHAR2,<br />

property VARCHAR,<br />

value VARCHAR);<br />

SET_BLOCK_PROPERTY<br />

(block_name VARCHAR2,<br />

property VARCHAR,<br />

x NUMBER);<br />

SET_BLOCK_PROPERTY<br />

(block_name VARCHAR2,<br />

property VARCHAR,<br />

x NUMBER,<br />

y NUMBER);<br />

Built-in Type unrestricted procedure<br />

Enter Query Mode yes<br />

Parameters<br />

block_id The unique ID <strong>Form</strong> <strong>Builder</strong> assigned to the block when you created it.<br />

Datatype is BLOCK.<br />

block_name The name you gave the block when you created it. Datatype is<br />

VARCHAR2.<br />

property Specify one of the following constants:<br />

362<br />

ALL_RECORDS Specifies whether all the records matching the query<br />

criteria should be fetched into the data block when a query is executed.<br />

BLOCKSCROLLBAR_POSITION Specifies both the x and y positions<br />

of the block’s scroll bar in the form coordinate units indicated by the<br />

Coordinate System form property.

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

Saved successfully!

Ooh no, something went wrong!