Software FX Posted September 13, 2000 Report Share Posted September 13, 2000 We had to develop a workaround for coldfusion because they pass any variant parameters as a string, e.g. in the call <CFSET Chart1Axis2.Format = 3> our component receives a string "3". The workaround we tried to provide was not working but the problem has been fixed. The next service pack (4.5.18.0) will fix this issue. Regards, Juan Cegarra Software FX, Inc. support.softwarefx.com -----Original Message----- From: Chris Denslow [mailto:cdenslow@hgl.com] Posted At: Tuesday, September 12, 2000 7:54 PM Posted To: Server Conversation: Error on Axis Formatting Subject: Error on Axis Formatting 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. ChartFX Crash.BMP Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.