RE: CF 4.01 Problem

2003-01-09 Thread webguy
Look in the ODBC setting in the admin section. Click the advanced setting for the datasource and make sure the enable long text box is checked. Its somelike the above ages since I saw 4.01 !! WG -Original Message- From: Tangorre, Michael [mailto:[EMAIL PROTECTED]] Sent: 09 January

RE: CF 4.01 Problem

2003-01-09 Thread Tangorre, Michael
that long text option is not an option in CF Admin 4.01 :-/ any other ideas :-) -Original Message- From: webguy [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 09, 2003 8:50 AM To: CF-Talk Subject: RE: CF 4.01 Problem Look in the ODBC setting in the admin section. Click

RE: CF 4.01 Problem

2003-01-09 Thread Lofback, Chris
If you output the field into the page as plain text rather than into the textarea, are they all displayed? Maybe it's the textarea that is giving you the problem. Maybe try adjusting the wrap properties? And this may sound odd, but if you are retrieving the data with CFPROCPARAM, try appending

RE: CF 4.01 Problem

2003-01-09 Thread Tangorre, Michael
, January 09, 2003 9:14 AM To: CF-Talk Subject: RE: CF 4.01 Problem If you output the field into the page as plain text rather than into the textarea, are they all displayed? Maybe it's the textarea that is giving you the problem. Maybe try adjusting the wrap properties? And this may sound odd

Re: CF 4.01 Problem

2003-01-09 Thread Jochem van Dieten
Tangorre, Michael wrote: not using a stored proc.. just a plain jane query. If you output the variable on the page, it is truncated.. if you do a count on the variable length, it returns 5000. odd. Are you doing the count in CF or in the database? Do they return the same? If so, at what

RE: CF 4.01 Problem

2003-01-09 Thread Tangorre, Michael
counted both in Cf and in the DB, both return 5,000. It cuts off at 255 characters when output in the text area. ideas? -Original Message- From: Jochem van Dieten [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 09, 2003 9:30 AM To: CF-Talk Subject: Re: CF 4.01 Problem Tangorre

Re: CF 4.01 Problem

2003-01-09 Thread Jochem van Dieten
Tangorre, Michael wrote: counted both in Cf and in the DB, both return 5,000. It cuts off at 255 characters when output in the text area. ideas? What character is there at position 255? Use Asc() to find out if there are some 0 or 255 values. Jochem

RE: CF 4.01 Problem

2003-01-09 Thread Debbie Dickerson
]] Sent: Thursday, January 09, 2003 9:26 AM To: CF-Talk Subject: RE: CF 4.01 Problem not using a stored proc.. just a plain jane query. If you output the variable on the page, it is truncated.. if you do a count on the variable length, it returns 5000. odd. any other thoughts? Mike -Original

RE: CF 4.01 Problem

2003-01-09 Thread Tangorre, Michael
not seing 0 or 255 values... -Original Message- From: Jochem van Dieten [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 09, 2003 9:40 AM To: CF-Talk Subject: Re: CF 4.01 Problem Tangorre, Michael wrote: counted both in Cf and in the DB, both return 5,000. It cuts off at 255

RE: CF 4.01 Problem

2003-01-09 Thread Haggerty, Mike
[mailto:[EMAIL PROTECTED]] Sent: Thursday, January 09, 2003 10:19 AM To: CF-Talk Subject: RE: CF 4.01 Problem not seing 0 or 255 values... ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http

RE: CF 4.01 Problem

2003-01-09 Thread Tangorre, Michael
the field is already a text field.. -Original Message- From: Haggerty, Mike [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 09, 2003 10:15 AM To: CF-Talk Subject: RE: CF 4.01 Problem Michael; Had this problem before. I imported the database from Access and the size of the field