PDA

View Full Version : How come...?



sepremier22
May 13th, 2005, 09:03 AM
How come on my application, in the input fields, theres already txt in the fields? is there a way to get that deleted? thanks ahead of time.

kookaburra
May 13th, 2005, 09:29 AM
If you give the same thing as instance name and variable name of the teztfield, it will cause this problem.
Your instance name and variable name must bedifferent if you want the textboxes to be empty initially. OR write textfield.text="" in order to empty the textfield.

Do revert if still any concern

sepremier22
May 13th, 2005, 02:35 PM
alright, thanks.