I cannot graph in CF5. I get the following error message:
Could not connect to JRun Connector Proxy
Please contact the system administrator for this web site.
And this is my cfm file:
<cfgraph type="pie" title="Income by Department">
<cfgraphdata item="New Vehicle Sales" value=500000>
<cfgraphdata item="Used Vehicle Sales" value=250000>
<cfgraphdata item="Leasing" value=300000>
<cfgraphdata item="Service" value=400000>
</cfgraph>
Please help!!!
Could not connect to JRun Connector Proxy
Please contact the system administrator for this web site.
And this is my cfm file:
<cfgraph type="pie" title="Income by Department">
<cfgraphdata item="New Vehicle Sales" value=500000>
<cfgraphdata item="Used Vehicle Sales" value=250000>
<cfgraphdata item="Leasing" value=300000>
<cfgraphdata item="Service" value=400000>
</cfgraph>
Please help!!!