i want to display both TextBox and TextField on the screen at a time but i am unable to add TextBox to form. is there any way to display both of them at a time. that is textBox at the top and TextField below it. plz help me. i will be pleased if any code is given
thank u in advance
A
TextBoxis aScreen, not anItem, therefore you cannot add it to aForm, and there is no way to display both of these things on screen at once.If you want to display some additional text on screen while a
TextBoxis active, you can use its title (viasetTitle()), or you could scroll it across the top usingsetTicker().