This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Visual attribute for required field in R12

Hi,

In our customization form we need to make one Item(text filed)as mandatory so i've changed Required='Yes' in properties of the field. But colour is getting changed when cursor is moving to that filed(block).

But we need to be as soon as form open colour should be effected. I'm trying to do with set_item_property ..But im not getting exact visual attribute name need to use for set_item_property .

 

Can some one advice how to do this which visual attribute using in r12 for mandatory color.I've tried like below also but colour is not matching with other mandatory filed which oracle provided.

 

set_item_property('DEPT.DEPARTMENT_ID', BACKGROUND_COLOR, 'r255g242b203');