Skip navigation
Currently Being Moderated

Memo field truncating on textarea form field

Dec 20, 2011 10:03 AM

Greetings

 

I have a helpdesk app in which the user enters the issue on a form (memo field) and the tech enters their solution (another memo field).

 

I can't get the entire text that is in the DB to display on the tech's work form.

 

I tried: 

 

1) UPDATE main_helpdesk

  

       SET q_description = <cfqueryparam value="#Form.q_description#" cfsqltype="cf_sql_longvarchar" />

 

on the action page,

 

2) setting Unicode Compression to "no" in memo field properties in the DB (Access 2007 for now- SQLSever soon).

 

3) querying the memo fields separately from the main query:

 

SELECT queue_ID, q_description, q_tech_resolution

FROM main_helpdesk

WHERE queue_ID = #URL.queue_ID#

 

No luck as yet.....

 

Thanks for any solution to this.

 

sakonnetweb

 
Replies

More Like This

  • Retrieving data ...

Bookmarked By (0)

Answers + Points = Status

  • 10 points awarded for Correct Answers
  • 5 points awarded for Helpful Answers
  • 10,000+ points
  • 1,001-10,000 points
  • 501-1,000 points
  • 5-500 points