Oracle Forms: How to change an item to bold during runtime


Dynamically changing a Oracle Forms Item from “normal” to bold:

SET_ITEM_PROPERTY(‘block.item’, FONT_WEIGHT, FONT_BOLD);
SET_ITEM_PROPERTY(‘block.item’, CURRENT_ROW_FONT_WEIGHT, FONT_BOLD);

That’s it.

Leave a Comment

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Scroll to Top