|
|
|
|
Re: can i use set-item-property in when-validate-item trigger ? [message #419933 is a reply to message #419401] |
Wed, 26 August 2009 04:19 |
sharjeelshafqat
Messages: 33 Registered: August 2009 Location: Pakistan
|
Member |
|
|
It is Possible
create a visual attribute as you want
then apply check on when new form instance or any other trigger.
in this you always check for every field and then apply you visual attribute to them.
set_item_property('FIELD_NAME',current_record,visual_attribute,'VISUAL_ATTRIBUTE_NAME');
thanks
Sr. Oracle Programmer
Sharjeel
|
|
|