getting and setting position of an item [message #160526] |
Mon, 27 February 2006 02:44 |
nirmalnarayan
Messages: 261 Registered: April 2005 Location: India
|
Senior Member |
|
|
I want to get the position (x,y position) of a item and set that position to another item in a form.
Declare
x number;
Begin
x:=get_item_property('BLOCKA.BTN1','X POS');
In the above statement while running the form i am getting the PL/SQL numeric value error.
Anyone who know how to overcome this please reply.
Thanks and Regards,
Nirmal
|
|
|
|
|