bevel property on image [message #318304] |
Tue, 06 May 2008 07:51  |
hemu
Messages: 16 Registered: May 2007
|
Junior Member |
|
|
i have a problem to change bevel property of image
Set_Item_Property('IMG1',BORDER_BEVEL,'RAISED');
I get an exception: FRM-41046: Invalid parameter used for SET_ITEM_PROPERTY. ORA-01403: no data found
Set_item_instance_property('IMG1',BORDER_BEVEL,'RAISED');
Gave me a FRM-40735 WHEN-NEW-RECORD-INSTANCE trigger raised unhandled exception ORA-06502.
ORA-01403: no data found
how can i change it.
please help
thanks in advance.
|
|
|
Re: bevel property on image [message #318445 is a reply to message #318304] |
Tue, 06 May 2008 19:59  |
 |
djmartin
Messages: 10181 Registered: March 2005 Location: Surges Bay TAS Australia
|
Senior Member Account Moderator |
|
|
Please review the online help for 'set_item_property'. You SHOULD specify the block name as well as the item name and the attribute is not enclosed in quotes.
From online help | BORDER_BEVEL Specifies the item border bevel for the specified item instance. Valid values are RAISED, LOWERED, or PLAIN (unbeveled). Note: You cannot set BORDER_BEVEL if the item's Bevel property is set to None in Oracle Forms.
|
David
|
|
|