How should I set oracle forms color value ?
Hi experts,
What should I need to use for setting oracle forms color value for a particular row?
Thank you.
Hi experts,
What should I need to use for setting oracle forms color value for a particular row?
Thank you.
Hello Rubachowdhury,
Define a visual attribute … as you need…
Use the POST-QUERY trigger on your block level.
Use the SET_ITEM_INSTANCE_PROPERTY – with the visual attribute -in your POST-QUERY trigger …
You can get the details theory and required instructions about form_color in Oracle from
http://www.oracle.com/technetwork/developer-tools/forms/community-paper-colors-134273.pdf
The solution described in this paper allows Forms application users to apply a customized color scheme to their applications. The PL/ SQL and Forms source codes shipped with the paper are free to be used in your own Forms applications.
Best Wishes
Shifflett Laurel
Dear Rubachowdhury,
You can set the color of a row by entering several lines in command, which is attached in the (lines) file.
Follow these lines step by step to finally set your row color. These lines should be entered and used in order so you can set the color of a row.
Hope this helps
.
Best regards,
Don Muench
Attached file: as mentioned