ARKON
09-10-2003, 03:38 PM
How do you clear text1 with the command button?
I have made an odbc connection but how can i clear the text1 ?
I have made an odbc connection but how can i clear the text1 ?
clear text1ARKON 09-10-2003, 03:38 PM How do you clear text1 with the command button? I have made an odbc connection but how can i clear the text1 ? reboot 09-10-2003, 03:40 PM Text1.Text = "" :-\ rahamad 09-10-2003, 03:41 PM Maybe I'm not understanding your question, but to clear a textbox just set the text property to "" in the Click Event of the button... Text1.text = "" ARKON 09-10-2003, 03:59 PM I thank u both :) but now now another problem arises, when i clear text1 how do i send all the data in text1 to text2. ? rahamad 09-10-2003, 04:01 PM Text2.text = text1.text text1.text = "" ARKON 09-10-2003, 04:12 PM I thank u :) |
EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum