Set Item Properties at runtime
438346Apr 13 2011 — edited Apr 15 2011Dear All,
I want to develop a partially dynamic form (same form will read different tables and different details dynamicaly).
Meantime I am able to show these details on screen as character values. Now want some way to change other properties of those items.
These are the perperties I want ot change.
Item Type: Text Item, Number Item, Date Item
Item Label:
Format Mask:
Item Width :
In Oracle Forms I ahve done something similar to this. In there I used SET_ITEM_PROPERTY built-in procedure. So here I am looking something equalant to that in Apex.
Thanks