User (Legacy) Posted September 13, 2000 Report Share Posted September 13, 2000 Could you please explain why the following code, generated straight from the DTC produces the error below: Code Starts Here : <HTML> <HEAD> </HEAD> <BODY> <CFOBJECT ACTION="Create" NAME="Chart1" CLASS="ChartFX.WebServer"> <CFSET Chart1.UserAgent = #HTTP_USER_AGENT#> <!-- General Settings --> <CFSET Chart1.TypeMask = 109576194> <!-- Axis Settings --> <CFSET Chart1Axis = Chart1.Axis> <CFSET Chart1Axis0 = Chart1.GetArrayProp("Item",0,Chart1Axis)> <CFSET Chart1Axis0.Format = 2> <CFSET Chart1Axis0.Format = 2> <CFSET Chart1Axis0.CurrencySymbol = ""> <CFSET Chart1Axis2 = Chart1.GetArrayProp("Item",2,Chart1Axis)> <CFSET Chart1Axis2.Format = 3> <CFSET Chart1Axis2.Format = 3> <CFSET Chart1Axis2.CurrencySymbol = ""> <!-- Title Settings --> <CFSET Chart1.SetArrayProp("Title",2,"")> <CFOUTPUT> #Chart1.GetHtmlTag(577,460,"Auto","Chart1")#</CFOUTPUT> </BODY> </HTML> Error Starts Here: Error Diagnostic Information The error occurred while processing an element with a general identifier of (CFSET), occupying document position (14:1) to (14:30) in the template file C:\Inetpub\wwwroot\Development\vlib\effluent\viewer\testchart.cfm. Date/Time: 09/12/00 16:51:16 Browser: Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.0) Remote Address: 63.161.150.2 HTTP Referer: http://63.161.151.224/development/vlib/effluent/viewer/ I believe this is related to the problems with ColdFusion and Axis formatting that were supposedly fixed, but that I have never once seen work right on my systems. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.