Create Textbox on Runtime

To discuss Oracle Forms & Reports related technical issues.
Post Reply
haseebkhatri
Posts: 18
Joined: Fri Sep 19, 2008 1:11 am
Location: Pakistan

Create Textbox on Runtime

Post by haseebkhatri »

How to create textbox or any other control on runtime(Form Builder 6i).

Regards
Haseeb
fahdbahoo@yahoo.com
Posts: 3
Joined: Tue Feb 09, 2010 6:51 am
Location: Pakistan

Post by fahdbahoo@yahoo.com »

U do not need to create text box at runtime
Rather u can create textbox at design time and at runtime u can set textbox property (visible,enabled) to TRUE or FALSE with

SET_ITEM_PROPERTY('textbox_name',VISIBLE,PROPERTY_TRUE);
SET_ITEM_PROPERTY('textbox_name',ENABLED,PROPERTY_TRUE);
Post Reply

Who is online

Users browsing this forum: Google [Bot] and 6 guests