Problem in set_block_property [message #168165] |
Wed, 19 April 2006 02:54 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
emadbsb
Messages: 334 Registered: May 2005 Location: egypt
|
Senior Member |
![emadbsb](/forum/theme/orafaq/images/yahoo.png)
|
|
hii all
i have a trigger of when_new_form_instance
i made in it
MESSAGE(GET_BLOCK_PROPERTY (:SYSTEM.CURRENT_BLOCK,UPDATE_ALLOWED));
MESSAGE(GET_BLOCK_PROPERTY (:SYSTEM.CURRENT_BLOCK,UPDATE_ALLOWED));
SET_BLOCK_PROPERTY (:SYSTEM.CURRENT_BLOCK,UPDATE_ALLOWED,'FALSE');
when i run the form it results on the screen
true
true
invalid parameter used for set_block_property
ora-01403: no data found
the "true" is for the message
the error for the set_block_property(:SYSTEM.CURRENT_BLOCK,UPDATE_ALLOWED,'FALSE');
how is that although i can see the property of the block thrugh the message
thanks for everyone helped and helping me
[Updated on: Wed, 19 April 2006 02:55] Report message to a moderator
|
|
|
|
|