Well...with CF8 also supports C++ CFX tags....so shouldn't be a problem.

I believe, as far as, C++ datatypes are properly typecastd by CF, there
shouldn't be any problem using them.  I would suggest you to refer the
documentation for CF8, as it will have History of changes done and may
explain you how it should be used.

But since you are directly jumping from the CF4.5 to CF8, there might
have been some change around this.

Thanks & Regards,
Jayesh Viradiya
Adobe CF Team

-----Original Message-----
From: Rick Faircloth [mailto:[EMAIL PROTECTED] 
Sent: Saturday, October 13, 2007 11:03 PM
To: CF-Talk
Subject: RE: What in the world is CF8 trying to say?

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
> 
> 
> 
> 
> 
> 



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Download the latest ColdFusion 8 utilities including Report Builder,
plug-ins for Eclipse and Dreamweaver updates.
http;//www.adobe.com/cfusion/entitlement/index.cfm?e=labs%5adobecf8%5Fbeta

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:291141
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to