RE: text box output truncation

2001-04-16 Thread Semrau, Steven L Mr SRA
Well right off the bat I would have to say it's the fact that you are setting a maximum limit on the text of "50". MAXLENGTH Indicates the maximum number of characters that can be entered into a text field. This can be greater than specified by the SIZE attribute, in which case the field will sc

Re: text box output truncation

2001-04-16 Thread paul .
Thanks micheal !. it works now -paul -- On Mon, 16 Apr 2001 17:26:35 Michael Lugassy wrote: >Use "" signs in the value >without it your value for textarea/text input will include only the first >word. > > >- Original Message - >From: "paul ." <[EMAIL PROTECTED]> >To: "CF-Talk" <[EMAIL

Re: text box output truncation

2001-04-16 Thread Seth Weiss
quot;CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, April 16, 2001 10:29 AM Subject: Re: text box output truncation > From my understanding of the TRIM() function, whenever it encounters a > space, it then removes any and all following information if it exists. > > So, if you'

Re: text box output truncation

2001-04-16 Thread Judith Taylor
From my understanding of the TRIM() function, whenever it encounters a space, it then removes any and all following information if it exists. So, if you're wanting to have the "Brand new day" outputted correctly, drop the trim() portion. Judith paul . put into words: >Hi Guys am experiencing

Re: text box output truncation

2001-04-16 Thread Michael Lugassy
Use "" signs in the value without it your value for textarea/text input will include only the first word. - Original Message - From: "paul ." <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, April 16, 2001 4:18 PM Subject: text box output truncation > Hi Guys am expe