28Dec/060
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.
You might also like
| Oracle Reports Query not linkable: REP-20147 error (group link) In Oracle Report you can not link query blocks on items when you see this No-Link Item: Cannot implement... | Oracle Forms Error: PDE- …. INTERNAL ERROR. Unable to adjust forms for output ….. FRM-18108 / FRM-30436 / FRM-30041 / FRM-30085 Forms Compilation Errors PDE- .... INTERNAL ERROR.... | All 9 Wordpress/WP Plugins to make money with Amazon (with your partner id)! 1. WP-Amazon WordPress-Plugin: WP Amazon ยป Betamode Inserts Amazon links with automatic picture... | Eclipse and Ant Build: deploy everything with! Eclipse is an open source community whose projects are focused on building an open development platform... |

















