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.

290<br />

** height.<br />

*/<br />

wn_id1 := Find_Window(Window1);<br />

x := Get_Window_Property(wn_id1,X_POS);<br />

y := Get_Window_Property(wn_id1,Y_POS);<br />

w := Get_Window_Property(wn_id1,WIDTH);<br />

h := Get_Window_Property(wn_id1,HEIGHT);<br />

/*<br />

** Anchor Window2 at (x+w,y+h)<br />

*/<br />

wn_id2 := Find_Window(Window2);<br />

Move_Window( wn_id2, x+w, y+h );<br />

END;

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

Saved successfully!

Ooh no, something went wrong!