Have you tried
<cfset truncate = find(".",qGetArticle.Text[1],"150")>
There may have been a change in how CF is referencing the items in a query outside of 
a CFOUTPUT or CFLOOP. Till now we've assumed that using a reference to the 
queryname.columnname will always get us the first item. Maybe now we have to specify 
the first item. Total speculation on my part till I can test it.

At 10:08 AM 6/18/02, you wrote:
>Ok, we just moved our development platform from 5.0 to MX.  This will
>probably be a first-of-many kind of post.  First error we come across is
>this:  
>
>ByteArray objects cannot be converted to strings.  
> 
>  
>The Error Occurred in /web/live/faculty_staff/index.cfm: line 13
> 
>11 : WHERE articleID = #variables.article#
>12 : </cfquery>
>13 : <cfset truncate = find(".",qGetArticle.Text,"150")>
>14 : 
>15 : 
>
> 
>I'm trying to truncate what *used to be* a text string out of my
>database.  Is there now some .toString() function I need to use, or
>something?
>
>Willy
>
>
>
>-----
>Willy Ray
>Web Applications Developer
>Certified Advanced ColdFusion Developer
>Westminster College
>
______________________________________________________________________
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to