Re: Clearing Text Box
- Posted by ronaustin at alltel.net Oct 15, 2003
- 440 views
=0D =0D -------Original Message-------=0D =0D From: EUforum at topica.com=0D Subject: Re: Clearing Text Box=0D =0D =0D =0D use setText( myControl, "" ) to clear a text box the clear() routine is=0D used on RichEdit controls along with cut() cupy() paste() and undo()=0D =0D ~Greg=0D =0D Many Thanks to Greg and the rest of you. setText is just what I needed.=20 Now I am going to tackle printing. I set my e-mail to Plain Text mode. = I hope that's better.=0D =0D ----- Original Message -----=0D From: ronaustin at alltel.net=0D To: EUforum=0D Sent: Wednesday, October 15, 2003 3:40 PM=0D Subject: Clearing Text Box=0D =0D =0D =0D This program contains only two fields, Code and Desc. I get them through=0D the SleText control. After the info is written out I want to clear these=0D controls. I added the following to the process that writes out the record= :=0D =0D clear(Code)=0D clear(Desc)=0D =0D Only the Code control gets cleared unless after I enter the Desc I hit TA= B=0D twice to highlight the Desc control. Then both fields are cleared. What a= m=0D I doing wrong?=0D =0D =0D =0D =0D =0D TOPICA - Start your own email discussion group. FREE!=0D =0D =0D =0D TOPICA - Start your own email discussion group. FREE!=0D =0D =0D =0D =0D =2E=20