Page 1 of 1

Create Textbox on Runtime

Posted: Thu Apr 09, 2009 3:26 am
by haseebkhatri
How to create textbox or any other control on runtime(Form Builder 6i).

Regards
Haseeb

Posted: Sun Feb 14, 2010 12:40 pm
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);