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_LOV_PROPERTY examples<br />

/*<br />

** Built-in: GET_LOV_PROPERTY<br />

** Example: Can get the width/height of the LOV.<br />

*/<br />

DECLARE<br />

the_width NUMBER;<br />

the_height NUMBER;<br />

lov_id LOV;<br />

BEGIN<br />

lov_id := Find_LOV(’My_LOV_1’);<br />

the_width := Get_LOV_Property(lov_id, WIDTH);<br />

the_height := Get_LOV_Property(lov_id,HEIGHT);<br />

END;<br />

203

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

Saved successfully!

Ooh no, something went wrong!