Gossamer Forum
Home : Products : DBMan : Customization :

TEXTAREA input output problem

Quote Reply
TEXTAREA input output problem
I discovered a problem of beauty.

In my form definitions I am using the following line in order to define an input field for a text area:

<TEXTAREA NAME="Text" ROWS="$rows" COLS="$cols" WRAP="VIRTUAL" MAXLENGTH="2500">$rec{'Text'}</TEXTAREA>

While feeding the text area with text I define the optics of my text with pressing the ENTER key on my computer sever times. But unfortunately when I display the result of the input into the text field I do not see the optics I defined any more because the whole text appears without any structure.

Do I have to use another tag or do I have to use another parameter for this tag or do I have to use a number of TEXTAREA tags in order to give a nice optics to the output.


Sincerely michaels


Subject Author Views Date
Thread TEXTAREA input output problem michaels 3853 Aug 13, 2000, 4:22 AM
Thread Re: TEXTAREA input output problem
LoisC 3822 Aug 13, 2000, 8:53 AM
Thread Re: TEXTAREA input output problem
michaels 3768 Aug 14, 2000, 12:25 AM
Thread Re: TEXTAREA input output problem
JPDeni 3771 Aug 14, 2000, 1:14 AM
Post Re: TEXTAREA input output problem
michaels 3738 Aug 19, 2000, 7:50 AM
Thread Re: TEXTAREA input output problem
michaels 3735 Sep 3, 2000, 9:02 AM
Thread Re: TEXTAREA input output problem
Karen 3723 Sep 3, 2000, 9:34 AM
Post Re: TEXTAREA input output problem
michaels 3724 Sep 3, 2000, 10:11 AM
Thread Re: TEXTAREA input output problem
JPDeni 3851 Aug 13, 2000, 2:14 PM
Thread Re: TEXTAREA input output problem
Karen 3803 Aug 13, 2000, 3:37 PM
Thread Re: TEXTAREA input output problem
JPDeni 3781 Aug 13, 2000, 5:10 PM
Thread Re: TEXTAREA input output problem
Karen 3781 Aug 13, 2000, 6:33 PM
Post Re: TEXTAREA input output problem
JPDeni 3764 Aug 13, 2000, 10:13 PM