Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Mandatory Fields Color

Debanjan BanerjeeSep 11 2013 — edited Sep 12 2013


Hi All,

I have a custom form with 2 fields.

FieldA- LOV(XX,YY)

FieldB becomes required when YY is chosen.

I am able to make fieldB as required, but I am not able to get proper color(yellow).

to achieve this I created a visual group and assigned that to fieldB in runtime using below code:

SET_ITEM_INSTANCE_PROPERTY('FieldB',CURRENT_RECORD,VISUAL_ATTRIBUTE,'DATA_REQUIRED1')

The background color of DATA_REQUIRED1 is r100g100b55. But still I am not able to find the exact yellow that is used for other required field in APPS, my yellow(r100g100b55) is little bit brighter.

Please let me know how to get the visual_attribute of mandatory fields, and assign them in FIELDB.

Note: the entry in registry.dat is:

app.ui.requiredFieldVABGColor=255,0,0(not sure what it means)

Regards,

Debanjan

This post has been answered by Debanjan Banerjee on Sep 12 2013
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 10 2013
Added on Sep 11 2013
11 comments
2,132 views