Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

HELP with CF5 GRAPHING

Status
Not open for further replies.

rsx188

Programmer
Joined
Aug 15, 2001
Messages
4
Location
CA
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=&quot;pie&quot; title=&quot;Income by Department&quot;>
<cfgraphdata item=&quot;New Vehicle Sales&quot; value=500000>
<cfgraphdata item=&quot;Used Vehicle Sales&quot; value=250000>
<cfgraphdata item=&quot;Leasing&quot; value=300000>
<cfgraphdata item=&quot;Service&quot; value=400000>
</cfgraph>

Please help!!!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top