Re: CFgraph on O'Reilly Website 3

2001-06-10 Thread Jim Watkins

Ann,
I copied/pasted your code and results are at:
http://www.ngtcollege.org/graphexam.cfm  see what I mean.

Jim
- Original Message -
From: Ann Harrell [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Saturday, June 09, 2001 8:27 PM
Subject: RE: CFgraph on O'Reilly Website 3



 http://www.allaire.com/documents/cf50/cf5_update.htm


 cfset Q1income=760
 cfset Q2income=87
 cfset Q3income=93
 cfset Q4income=86

 cfgraph type=Line
   title=Quarterly Income
   fill=yes
   cfgraphdata item=Q1 value=#Q1income#
   cfgraphdata item=Q2 value=#Q2income#
   cfgraphdata item=Q3 value=#Q3income#
   cfgraphdata item=Q3 value=#Q3income#
 /cfgraph


 Also, the example code on the reference page for cfgraphdata
 (CFDOCS/CFML_Reference/Tags40.html) should be as follwos:


 cfset NewIncome = 120
 cfset UsedIncome = 87
 cfset Leasingincome = 93
 cfset ServiceIncome = 76

 cfgraph type = bar title = Income by Department
   cfgraphdata item=New Vehicle Sales value=#NewIncome#
   cfgraphdata item=Used Vehicle Sales value=#UsedIncome#
   cfgraphdata item=Leasing value=#LeasingIncome#
   cfgraphdata item=Service value=#ServiceIncome#
 /cfgraph




  -Original Message-
  From: Jim Watkins [mailto:[EMAIL PROTECTED]]
  Sent: Saturday, June 09, 2001 5:03 PM
  To: CF-Talk
  Subject: Re: CFgraph on O'Reilly Website 3
 
 
  Ann,
 
  Would you send me your exact code and I will copy and paste or
  maybe attach
  your cfm file off  list so I know I did it exactly right.  Send to
  [EMAIL PROTECTED]
 
  Jim
  - Original Message -
  From: Ann Harrell [EMAIL PROTECTED]
  To: CF-Talk [EMAIL PROTECTED]
  Sent: Saturday, June 09, 2001 2:09 PM
  Subject: RE: CFgraph on O'Reilly Website 3
 
 
  
   http://ann.bourbon.hoosierlink.net/snippet/graphexample2.cfm
   http://ann.bourbon.hoosierlink.net/snippet/graphexample1.cfm
  
   I'm on w2k SP1 and IIS.
  
   So, they do work for me.
  
   Ann
  
-Original Message-
From: Jim Watkins [mailto:[EMAIL PROTECTED]]
Sent: Saturday, June 09, 2001 12:12 PM
To: CF-Talk
Subject: Re: CFgraph on O'Reilly Website 3
   
   
Thanks Ann
I did try them and they are at:
http://www.ngtcollege.org/graphtest3.cfm and
don't work either.
   
Jim
- Original Message -
From: Ann Harrell [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Saturday, June 09, 2001 11:29 AM
Subject: RE: CFgraph on O'Reilly Website 3
   
   
 Jim did you try either of the corrected examples that I sent
  yesterday?
Did
 they work for you?

 Ann

  -Original Message-
  From: Jim Watkins [mailto:[EMAIL PROTECTED]]
  Sent: Saturday, June 09, 2001 8:25 AM
  To: CF-Talk
  Subject: CFgraph on O'Reilly Website 3
 
 
  Does anyone run CF 5.0 on O'Reilly Website v.3 and get CFgraph
to
  draw
  graphs?  - Maybe that's my problem? If so what kind of file
associations
  should be set in Website?
 
  Jim Watkins
  http://www.ngtcollege.org
 
 
 

   
  
 

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CFgraph on O'Reilly Website 3

2001-06-10 Thread Jim Watkins

I have looked at all the log files displayed in CF 5 Administrator page.  No
clues.  Don't have a generator.log file that I can find.


- Original Message -
From: Deb Dickerson [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Saturday, June 09, 2001 1:51 PM
Subject: RE: CFgraph on O'Reilly Website 3


 Have you tried looking at your log files (default-err.log,
 default-event.log, generator.log) to see if there are any errors being
 reported there?

 Deb

  -Original Message-
  From: Jim Watkins [mailto:[EMAIL PROTECTED]]
  Sent: Saturday, June 09, 2001 1:12 PM
  To: CF-Talk
  Subject: Re: CFgraph on O'Reilly Website 3
 
 
  Thanks Ann
  I did try them and they are at:
  http://www.ngtcollege.org/graphtest3.cfm and
  don't work either.
 
  Jim
  - Original Message -
  From: Ann Harrell [EMAIL PROTECTED]
  To: CF-Talk [EMAIL PROTECTED]
  Sent: Saturday, June 09, 2001 11:29 AM
  Subject: RE: CFgraph on O'Reilly Website 3
 
 
   Jim did you try either of the corrected examples that I sent
yesterday?
  Did
   they work for you?
  
   Ann
  
-Original Message-
From: Jim Watkins [mailto:[EMAIL PROTECTED]]
Sent: Saturday, June 09, 2001 8:25 AM
To: CF-Talk
Subject: CFgraph on O'Reilly Website 3
   
   
Does anyone run CF 5.0 on O'Reilly Website v.3 and get CFgraph to
draw
graphs?  - Maybe that's my problem? If so what kind of file
  associations
should be set in Website?
   
Jim Watkins
http://www.ngtcollege.org
   
   
   
  
 

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CFgraph on O'Reilly Website 3

2001-06-09 Thread Ann Harrell

Jim did you try either of the corrected examples that I sent yesterday? Did
they work for you?

Ann

 -Original Message-
 From: Jim Watkins [mailto:[EMAIL PROTECTED]]
 Sent: Saturday, June 09, 2001 8:25 AM
 To: CF-Talk
 Subject: CFgraph on O'Reilly Website 3


 Does anyone run CF 5.0 on O'Reilly Website v.3 and get CFgraph to draw
 graphs?  - Maybe that's my problem? If so what kind of file associations
 should be set in Website?

 Jim Watkins
 http://www.ngtcollege.org



~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CFgraph on O'Reilly Website 3

2001-06-09 Thread Jim Watkins

Thanks Ann
I did try them and they are at: http://www.ngtcollege.org/graphtest3.cfm and
don't work either.

Jim
- Original Message -
From: Ann Harrell [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Saturday, June 09, 2001 11:29 AM
Subject: RE: CFgraph on O'Reilly Website 3


 Jim did you try either of the corrected examples that I sent yesterday?
Did
 they work for you?

 Ann

  -Original Message-
  From: Jim Watkins [mailto:[EMAIL PROTECTED]]
  Sent: Saturday, June 09, 2001 8:25 AM
  To: CF-Talk
  Subject: CFgraph on O'Reilly Website 3
 
 
  Does anyone run CF 5.0 on O'Reilly Website v.3 and get CFgraph to draw
  graphs?  - Maybe that's my problem? If so what kind of file associations
  should be set in Website?
 
  Jim Watkins
  http://www.ngtcollege.org
 
 
 

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CFgraph on O'Reilly Website 3

2001-06-09 Thread Deb Dickerson

Have you tried looking at your log files (default-err.log,
default-event.log, generator.log) to see if there are any errors being
reported there?

Deb

 -Original Message-
 From: Jim Watkins [mailto:[EMAIL PROTECTED]]
 Sent: Saturday, June 09, 2001 1:12 PM
 To: CF-Talk
 Subject: Re: CFgraph on O'Reilly Website 3


 Thanks Ann
 I did try them and they are at:
 http://www.ngtcollege.org/graphtest3.cfm and
 don't work either.

 Jim
 - Original Message -
 From: Ann Harrell [EMAIL PROTECTED]
 To: CF-Talk [EMAIL PROTECTED]
 Sent: Saturday, June 09, 2001 11:29 AM
 Subject: RE: CFgraph on O'Reilly Website 3


  Jim did you try either of the corrected examples that I sent yesterday?
 Did
  they work for you?
 
  Ann
 
   -Original Message-
   From: Jim Watkins [mailto:[EMAIL PROTECTED]]
   Sent: Saturday, June 09, 2001 8:25 AM
   To: CF-Talk
   Subject: CFgraph on O'Reilly Website 3
  
  
   Does anyone run CF 5.0 on O'Reilly Website v.3 and get CFgraph to draw
   graphs?  - Maybe that's my problem? If so what kind of file
 associations
   should be set in Website?
  
   Jim Watkins
   http://www.ngtcollege.org
  
  
  
 

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CFgraph on O'Reilly Website 3

2001-06-09 Thread Ann Harrell

http://ann.bourbon.hoosierlink.net/snippet/graphexample2.cfm
http://ann.bourbon.hoosierlink.net/snippet/graphexample1.cfm

I'm on w2k SP1 and IIS.

So, they do work for me.

Ann

 -Original Message-
 From: Jim Watkins [mailto:[EMAIL PROTECTED]]
 Sent: Saturday, June 09, 2001 12:12 PM
 To: CF-Talk
 Subject: Re: CFgraph on O'Reilly Website 3


 Thanks Ann
 I did try them and they are at:
 http://www.ngtcollege.org/graphtest3.cfm and
 don't work either.

 Jim
 - Original Message -
 From: Ann Harrell [EMAIL PROTECTED]
 To: CF-Talk [EMAIL PROTECTED]
 Sent: Saturday, June 09, 2001 11:29 AM
 Subject: RE: CFgraph on O'Reilly Website 3


  Jim did you try either of the corrected examples that I sent yesterday?
 Did
  they work for you?
 
  Ann
 
   -Original Message-
   From: Jim Watkins [mailto:[EMAIL PROTECTED]]
   Sent: Saturday, June 09, 2001 8:25 AM
   To: CF-Talk
   Subject: CFgraph on O'Reilly Website 3
  
  
   Does anyone run CF 5.0 on O'Reilly Website v.3 and get CFgraph to draw
   graphs?  - Maybe that's my problem? If so what kind of file
 associations
   should be set in Website?
  
   Jim Watkins
   http://www.ngtcollege.org
  
  
  
 

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CFgraph on O'Reilly Website 3

2001-06-09 Thread Jim Watkins

Ann,

Would you send me your exact code and I will copy and paste or maybe attach
your cfm file off  list so I know I did it exactly right.  Send to
[EMAIL PROTECTED]

Jim
- Original Message -
From: Ann Harrell [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Saturday, June 09, 2001 2:09 PM
Subject: RE: CFgraph on O'Reilly Website 3



 http://ann.bourbon.hoosierlink.net/snippet/graphexample2.cfm
 http://ann.bourbon.hoosierlink.net/snippet/graphexample1.cfm

 I'm on w2k SP1 and IIS.

 So, they do work for me.

 Ann

  -Original Message-
  From: Jim Watkins [mailto:[EMAIL PROTECTED]]
  Sent: Saturday, June 09, 2001 12:12 PM
  To: CF-Talk
  Subject: Re: CFgraph on O'Reilly Website 3
 
 
  Thanks Ann
  I did try them and they are at:
  http://www.ngtcollege.org/graphtest3.cfm and
  don't work either.
 
  Jim
  - Original Message -
  From: Ann Harrell [EMAIL PROTECTED]
  To: CF-Talk [EMAIL PROTECTED]
  Sent: Saturday, June 09, 2001 11:29 AM
  Subject: RE: CFgraph on O'Reilly Website 3
 
 
   Jim did you try either of the corrected examples that I sent
yesterday?
  Did
   they work for you?
  
   Ann
  
-Original Message-
From: Jim Watkins [mailto:[EMAIL PROTECTED]]
Sent: Saturday, June 09, 2001 8:25 AM
To: CF-Talk
Subject: CFgraph on O'Reilly Website 3
   
   
Does anyone run CF 5.0 on O'Reilly Website v.3 and get CFgraph to
draw
graphs?  - Maybe that's my problem? If so what kind of file
  associations
should be set in Website?
   
Jim Watkins
http://www.ngtcollege.org
   
   
   
  
 

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CFgraph on O'Reilly Website 3

2001-06-09 Thread Ann Harrell

http://www.allaire.com/documents/cf50/cf5_update.htm


cfset Q1income=760
cfset Q2income=87
cfset Q3income=93
cfset Q4income=86

cfgraph type=Line
  title=Quarterly Income
  fill=yes
  cfgraphdata item=Q1 value=#Q1income#
  cfgraphdata item=Q2 value=#Q2income#
  cfgraphdata item=Q3 value=#Q3income#
  cfgraphdata item=Q3 value=#Q3income#
/cfgraph


Also, the example code on the reference page for cfgraphdata
(CFDOCS/CFML_Reference/Tags40.html) should be as follwos:


cfset NewIncome = 120
cfset UsedIncome = 87
cfset Leasingincome = 93
cfset ServiceIncome = 76

cfgraph type = bar title = Income by Department
  cfgraphdata item=New Vehicle Sales value=#NewIncome#
  cfgraphdata item=Used Vehicle Sales value=#UsedIncome#
  cfgraphdata item=Leasing value=#LeasingIncome#
  cfgraphdata item=Service value=#ServiceIncome#
/cfgraph




 -Original Message-
 From: Jim Watkins [mailto:[EMAIL PROTECTED]]
 Sent: Saturday, June 09, 2001 5:03 PM
 To: CF-Talk
 Subject: Re: CFgraph on O'Reilly Website 3


 Ann,

 Would you send me your exact code and I will copy and paste or
 maybe attach
 your cfm file off  list so I know I did it exactly right.  Send to
 [EMAIL PROTECTED]

 Jim
 - Original Message -
 From: Ann Harrell [EMAIL PROTECTED]
 To: CF-Talk [EMAIL PROTECTED]
 Sent: Saturday, June 09, 2001 2:09 PM
 Subject: RE: CFgraph on O'Reilly Website 3


 
  http://ann.bourbon.hoosierlink.net/snippet/graphexample2.cfm
  http://ann.bourbon.hoosierlink.net/snippet/graphexample1.cfm
 
  I'm on w2k SP1 and IIS.
 
  So, they do work for me.
 
  Ann
 
   -Original Message-
   From: Jim Watkins [mailto:[EMAIL PROTECTED]]
   Sent: Saturday, June 09, 2001 12:12 PM
   To: CF-Talk
   Subject: Re: CFgraph on O'Reilly Website 3
  
  
   Thanks Ann
   I did try them and they are at:
   http://www.ngtcollege.org/graphtest3.cfm and
   don't work either.
  
   Jim
   - Original Message -
   From: Ann Harrell [EMAIL PROTECTED]
   To: CF-Talk [EMAIL PROTECTED]
   Sent: Saturday, June 09, 2001 11:29 AM
   Subject: RE: CFgraph on O'Reilly Website 3
  
  
Jim did you try either of the corrected examples that I sent
 yesterday?
   Did
they work for you?
   
Ann
   
 -Original Message-
 From: Jim Watkins [mailto:[EMAIL PROTECTED]]
 Sent: Saturday, June 09, 2001 8:25 AM
 To: CF-Talk
 Subject: CFgraph on O'Reilly Website 3


 Does anyone run CF 5.0 on O'Reilly Website v.3 and get CFgraph to
 draw
 graphs?  - Maybe that's my problem? If so what kind of file
   associations
 should be set in Website?

 Jim Watkins
 http://www.ngtcollege.org



   
  
 

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists