oracle

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.