This kind of errors are usually seen when there is a specific type of datatype used for a wrong reason or purpose.
Although I can not run your code on my machine, I would like to give some pointers which may help you. Error message says that a datatype which is "QueryColumn" type is being used as a structure datatype which is wrong. Any of the below three variables are not returning the expected kind of data #GAP# - #Get_Announcements.Image# - #Image.Link# Thanks & Regards, Jayesh Viradiya Adobe CF Team -----Original Message----- From: Rick Faircloth [mailto:[EMAIL PROTECTED] Sent: Saturday, October 13, 2007 8:05 PM To: CF-Talk Subject: What in the world is CF8 trying to say? "Error Occurred While Processing Request" "You have attempted to dereference a scalar variable of type class coldfusion.sql.QueryColumn as a structure with members." Huh???? The code I was processing that threw the error is: 34 : <div id="annPhoto"> 35 : <CFX_JPG Source="#GAP##Get_Announcements.Image#"> 36 : <Img Src="/_cache/#Image.Link#" width="100" border="1"> 37 : </div> I get this sinking feeling that it's because I'm trying to use the CFX_JPG tag from Efflare that I've been using with CF 4.5 for many years. Someone please tell CFX_JPG is compatible with CF8! I've used that tag on almost all of my site and I don't want to have to rewrite all that code! Rick ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| ColdFusion is delivering applications solutions at at top companies around the world in government. Find out how and where now http://www.adobe.com/cfusion/showcase/index.cfm?event=finder&productID=1522&loc=en_us Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:291021 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

