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 scroll appropriately. The default number of characters
is unlimited.
Steven Semrau
SRA International, Inc.
Senior Member, Professional Staff
[EMAIL PROTECTED]
[EMAIL PROTECTED]
Com: (703) 805-1095
DSN: (703) 655-1095
-----Original Message-----
From: paul . [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 16, 2001 10:19 AM
To: CF-Talk
Subject: text box output truncation
Hi Guys am experiencing a strange thing!
when I try to get the vakue from the dateabse into the text bos for further
editing .. the value for #meeting_name#gets truncated.. and am getting
results like"Brand" when i wanted that to be "Brand new day"
please suggest the code is Given down below
-thanks
-paul
-------------------------------------------------------------
<tr align="left" valign="top" bgcolor="##FFFFFF">
<td><b><font face="Arial, Helvetica, sans-serif"
size="2">Title</font></b></td><td> <font face="Arial, Helvetica, sans-serif"
size="2">
<input type="text" name="meeting_name" size="30"
maxlength="50" value=#rtrim(meeting_name)#>
</font></td></tr>
Get 250 color business cards for FREE!
http://businesscards.lycos.com/vp/fastpath/
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists