Thanks for the feedback, Jayesh. It's must be "Image.Link# since that's a variable used by the CFX_Tag.
Would the fact that the CFX_tag, CFX_JPG, is a C++ tag cause any problems? Rick > -----Original Message----- > From: Jayesh Viradiya [mailto:[EMAIL PROTECTED] > Sent: Sunday, October 14, 2007 12:36 AM > To: CF-Talk > Subject: RE: What in the world is CF8 trying to say? > > 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 > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Check out the new features and enhancements in the latest product release - download the "What's New PDF" now http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:291024 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

