Have you set up IIS correctly with the virtual directories to CFIDE and JRunScripts?

CFIDE to C:\Inetpub\wwwroot\CFIDE
JRunScripts to C:\CFusion\runtime\lib\wsconfig\1

Allan
  ----- Original Message -----
  From: [EMAIL PROTECTED]
  To: CF-Talk
  Sent: Friday, November 28, 2003 4:16 PM
  Subject: [cftalk] RE: What's wrong?

  We're still on CF5 so I've not used CFCHART..... so can't help much there.....

  Sorry :-\

  -----Original Message-----
  From: Hassan Arteaga Rodriguez [mailto:[EMAIL PROTECTED]
  Sent: 28 November 2003 16:03
  To: CF-Talk
  Subject: RE: What's wrong?

  I have the cfchart and cfchartseries inside a cell in the table ..and in the html code only appear the table definition...

  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"
  <http://www.w3.org/TR/html4/loose.dtd> >
  <html>
  <head>
  <title>Untitled Document</title>
  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head>

  <body>
  <table width="100%" >
    <tr>
      <td>

  </td>
    </tr>
  </table>

  </body>
  </html>

  __________________________________________

  it's the code

  <cfquery name="RsInfo" datasource="MyPubs">
  SELECT pub_name, pub_id FROM publishers
  </cfquery>
  ......
  ......
  ......
  ......
  <table width="100%" >
    <tr>
      <td>
  <cfchart format="jpg" chartheight="500" chartwidth="650" showxgridlines="no" showygridlines="no"
          showborder="no" fontbold="no" fontitalic="no" show3d="no" rotated="no" sortxaxis="no" showlegend="no"
          showmarkers="no" name="MyG">
            <cfchartseries type="bar" query="RsInfo" itemcolumn="pub_name" valuecolumn="pub_id">  </cfchart>  </td>
    </tr>
  </table>

  Help please !!

  Regards
  __
  MSc. Hassan Arteaga Rodríguez
  Microsoft Certified System Engineer.
  DIGI- Grupo de Desarrollo
  COPEXTEL, S.A.

  -----Original Message-----
  From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
  Sent: Friday, November 28, 2003 08:58 AM
  To: CF-Talk
  Subject: RE: What's wrong?

  Have you looked at the HTML source code... is it valid?  Has cold Fusion outputted any HTML code relating to the chart?

  -----Original Message-----
  From: Hassan Arteaga Rodriguez [mailto:[EMAIL PROTECTED]
  Sent: 28 November 2003 15:45
  To: CF-Talk
  Subject: What's wrong?

  Hi all:

  When i try to make a chart with cfchart and cfchartseries, simple chart, just one serie. If i look into the C:\CFusionMX\charting\cache dir i can see all files created in flash, jpg or png format..But the page in the browser is empty..nothing appear.

  Please help

  Regards

  __
  MSc. Hassan Arteaga Rodríguez
  Microsoft Certified System Engineer.
  DIGI- Grupo de Desarrollo
  COPEXTEL, S.A.

    _____  


[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to