CEATING AN ITEM DURING RUN TIME IN D2K [message #85595] |
Mon, 12 July 2004 00:25 |
meena
Messages: 36 Registered: December 2000
|
Member |
|
|
HOW TO CREATE AN ITEM, FOR EXAMPLE ,A TEXT BOX DURING RUNTIME THROUGH CODING IN FORMS6i ?IS THERE ANY POSSIBLITY OF USING CONTROL ARRAY?FURTHER MORE WHETHER WE CAN CREATE CONTROLS AS ARRAY AS IN VB?
|
|
|
Re: CEATING AN ITEM DURING RUN TIME IN D2K [message #85620 is a reply to message #85595] |
Tue, 13 July 2004 15:15 |
Zain
Messages: 30 Registered: October 2003
|
Member |
|
|
Items in Oracle Forms such as text box, buttons etc. are supposed to be created during the design phase not at runtime.
For your requirement, you may want to create the text box at design time and set its display property to false. When needed to be displayed at runtime, just use set_item_property built-in to set the 'visible' property to 'TRUE'.
Hope it helps.
|
|
|
|