I have a database with a text field set at 255 characters. When I query the datasource and return that field to a form to be viewed, the data is truncated. The form field is set up as: <textarea name="Other" cols="50" ROWS="4" wrap="physical"></textarea>, and the code to return the data is: <td colspan="3" bgcolor="c0c0c0">#qGetAll.Other#</td>. How do I present all the data in that field? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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

