Re: cfchart not working on new server

2005-06-10 Thread Nick de Voil
We have recently had three CF7/IIS2003 servers set up for us at a third party hosting company. These are brand new installs on brand new machines. All is well except that cfchart is not working for us. It works fine for us on our local CF7/IIS2003 machine. We've been unable to spot the

RE: cfchart not working on new server

2005-06-10 Thread Allan Cliff
If I remember correctly. What you have to do is. 1. Create the file CFIDE/GraphData.cfm (Put a comment only in it) 2. Create a mapping for EACH site to CFIDE (C:\Inetpub\wwwroot\CFIDE) and JRunScripts (C:\CFusionMX7\runtime\lib\wsconfig\1) 3. Restart CFMX server and Bob should be your Uncle.

RE: cfchart not working on new server

2005-06-10 Thread Allan Cliff
If I remember correctly. What you have to do is. 1. Create the file CFIDE/GraphData.cfm (Put a comment only in it) 2. Create a mapping for EACH site to CFIDE (C:\Inetpub\wwwroot\CFIDE) and JRunScripts (C:\CFusionMX7\runtime\lib\wsconfig\1) 3. Restart CFMX server and Bob should be your Uncle.

Re: cfchart not working on new server

2005-06-10 Thread Dirk De Bock - Listclient
Regarding the video drivers mentioned before, it used to be you needed to have an driver installed capable of at least 256 colors. I guess that still stands for CF7. ~| Logware (www.logware.us): a new and convenient web-based

Java class/jar locations

2005-06-10 Thread Chris Terrebonne
I have read through all of the documentation as well as Christian Cantrell's blog regarding where to put Java classes and jars so that CF can find them. But no matter where I try and put this problematic set of jars, CF just won't see them. Is there a location that I can place the jars that

Re: Java class/jar locations

2005-06-10 Thread Douglas Knudsen
IIRC, the only stuff that gets reloaded live, Hot Deploy or something like that, are wars, ears, and servlets. DK On 6/10/05, Chris Terrebonne [EMAIL PROTECTED] wrote: I have read through all of the documentation as well as Christian Cantrell's blog regarding where to put Java classes and

RE: cfchart not working on new server

2005-06-10 Thread Dave Watts
Can Windows even run in headless mode? No, not yet. Actually, I think Windows Server 2003 can run in headless mode, so I was wrong. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our training

Windows XP Tablet PC

2005-06-10 Thread chad gray
Anyone tried running CF on a Tablet PC OS? I dont know if the OS even has IIS. I would like to purchase a Tablet PC, but if i can't develop web sites on it then i have to go notepad. ~| Logware (www.logware.us): a new and

Re: Windows XP Tablet PC

2005-06-10 Thread John Beynon
it'll be like Windows Media Centre - pretty much Windows XP Home under the hood. That can run IIS, jb. On 6/10/05, chad gray [EMAIL PROTECTED] wrote: Anyone tried running CF on a Tablet PC OS? I dont know if the OS even has IIS. I would like to purchase a Tablet PC, but if i can't develop

Re: Windows XP Tablet PC

2005-06-10 Thread chad gray
I am not familiar with Media Centre either. So you can install CF MX on the Tablet PC OS? it'll be like Windows Media Centre - pretty much Windows XP Home under the hood. That can run IIS, ~| Find out how CFTicket can

Re: Windows XP Tablet PC

2005-06-10 Thread John Beynon
I'm 90% sure it will work, jb. On 6/10/05, chad gray [EMAIL PROTECTED] wrote: I am not familiar with Media Centre either. So you can install CF MX on the Tablet PC OS? it'll be like Windows Media Centre - pretty much Windows XP Home under the hood. That can run IIS,

problem with outputting...

2005-06-10 Thread Greg Morphis
I have a query which returns the follwoing data.. ORIGINATION DT CT ORDERBY ORIGIN_GROUPO1 O23 TOTAL REPORT_GROUP Call to Corporate May-20050 3 2 0 0 0 1 Call to Corporate Jun-20050 3 2

RE: Windows XP Tablet PC - Definately Possible!

2005-06-10 Thread Jim Ruzicka
I have CF6.1 on a TabletPC. It works great. I built this cool app for sales people in the field to collect data. Take a look: http://www.digitalpasteup.com/dpu/ Once you are in, go to Bobs Auto Sales, version letter D Then, you can drag and drop vehicles from outside the grid to inside the

Re: query of queries in MX7

2005-06-10 Thread Cameron Childress
On 6/9/05, dan martin [EMAIL PROTECTED] wrote: The work around suggested by the analyzer is to remove the keywords. Not very helpful. Anyone know how to do group by aggregates in MX7? It works fine in cf5.0 In case the documentation didn't come with your copy of CFMX7:

Re: Java class/jar locations

2005-06-10 Thread Chris Terrebonne
What's really strange is it appears that .class files can be hot deployed, but not .jar's. Any clue why that would be? Chris [EMAIL PROTECTED] 06/10/05 07:38AM IIRC, the only stuff that gets reloaded live, Hot Deploy or something like that, are wars, ears, and servlets. DK On 6/10/05,

Re: query of queries in MX7

2005-06-10 Thread Phillip Ciske
I believe MX 7 still supports aggregrates in query of queries. Check out http://livedocs.macromedia.com/coldfusion/7/htmldocs/1266.htm for the QoQ guide and http://livedocs.macromedia.com/coldfusion/7/htmldocs/1272.htm for using aggregate functions in QoQs. Is there a particular piece of

RE: Windows XP Tablet PC

2005-06-10 Thread Dave Watts
Anyone tried running CF on a Tablet PC OS? I dont know if the OS even has IIS. Yes, my laptop runs Windows XP Tablet PC Edition 2005 (that's just the latest version of the Tablet PC OS). It's Windows XP Professional, with additional functionality for tablet use (Ink, speech recognition, soft

Windows XP Tablet PC

2005-06-10 Thread Robert Munn
If IIS doesn't work, just run Apache. The install on Windows is fairly straightforward. Anyone tried running CF on a Tablet PC OS? I dont know if the OS even has IIS. I would like to purchase a Tablet PC, but if i can't develop web sites on it then i have to go notepad.

RE: Windows XP Tablet PC

2005-06-10 Thread Damien McKenna
Are there any graphical configuration editors for Apache on Windows? I'd imagine more people would use it if it had a simple GUI config for modifying basic things with a link to open the config file in an editor for heavier duty work. That and a graphical tool for automatically generating a

cfchart not working on new server

2005-06-10 Thread Irvin Gomez
I had a problem with cfchart crashing my development machine (but the same code working fine on the server). We Mike Nimer's help, we traced it to some fonts installed in my machine (they were chess fonts - bitmapped fonts for chess diagrams). As soon as we iuninstalled the fonts (just taking

urlsessionformat() and url parameters

2005-06-10 Thread Matt Robertson
OK, using URLSessionFormat() is easy, right? Just turn this a href=#urlSessionFormat(cgi.script_name)#Link 1/a into this: a href=#urlSessionFormat(cgi.script_name)#Link 1/a But what do I do if I'm starting out with a url that already has parameters? Like a

RE: urlsessionformat() and url parameters

2005-06-10 Thread Dave Watts
Something like the following explodes on contact a href=#urlSessionFormat(#cgi.script_name#?myParameter=#foo#)# Link 2/a a href=#URLSessionFormat(cgi.script_name ?myParameter= foo)# Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest

mx 6 licenses?

2005-06-10 Thread Jeff Congdon
Hey gang, I assume somebody in here knows the right place to go to buy MX 6? I can't find it as a listed product on MM's website, and we'd like to buy a few licenses. TIA, -Jeff -- Jeff Congdon ColdFusion Developer, Data Mining Specialist Headsprout www.headsprout.com EVERY CHILD A READER

chr(10) AND CFSCRIPT

2005-06-10 Thread James Taavon
i want to be able to force a carriage return while getting output back within a cfscript block. i have tried several combos, but nothing seems to work. also using PDFLib if anyone is familiar with that as well. ~| Discover

Re: chr(10) AND CFSCRIPT

2005-06-10 Thread Barney Boisvert
cfscript writeOutput('text with newline' chr(10)); /cfscript that should do ya. cheers, barneyb On 6/10/05, James Taavon [EMAIL PROTECTED] wrote: i want to be able to force a carriage return while getting output back within a cfscript block. i have tried several combos, but nothing seems

RE: mx 6 licenses?

2005-06-10 Thread James Holmes
http://www.macromedia.com/software/coldfusionmx61/ -Original Message- From: Jeff Congdon [mailto:[EMAIL PROTECTED] Sent: Saturday, 11 June 2005 7:15 To: CF-Talk Subject: mx 6 licenses? Hey gang, I assume somebody in here knows the right place to go to buy MX 6? I can't find it as a

RE: cfchart not working on new server

2005-06-10 Thread James Holmes
Aha, that was my sneaking suspicion. Although the poster suggested that the charts were being generated in the right place so this isn't the problem anyway. -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Friday, 10 June 2005 11:31 To: CF-Talk Subject: RE: cfchart

Re: chr(10) AND CFSCRIPT

2005-06-10 Thread Jared Rypka-Hauer - CMG, LLC
That will work in most browsers, Windows or otherwise, because they all seem to interpret chr(10) as enough for a newline even if the OS demands a cr-lf combination for a valid line break. But if you're creating PDFs, you'll probably want writeOutput('some text here' chr(10) chr(13)) just to

Re: mx 6 licenses?

2005-06-10 Thread Jared Rypka-Hauer - CMG, LLC
I kinda hope you're not suggesting you buy licenses for 6.0? Gads, man... don't be rediculous! It's not available at MM anymore at all, so you're looking at second-hand (Ebay?) or some other vendor that may still have a copy or two. The thing is, 6.1 came out almost immediately on the heels of

RE: mx 6 licenses?

2005-06-10 Thread James Holmes
Agreed - I stongly recommend against running CF 6.0. 6.1 is the way to go. -Original Message- From: Jared Rypka-Hauer - CMG, LLC [mailto:[EMAIL PROTECTED] Sent: Saturday, 11 June 2005 11:17 To: CF-Talk Subject: Re: mx 6 licenses? I kinda hope you're not suggesting you buy licenses

Re: cfchart not working on new server

2005-06-10 Thread Jared Rypka-Hauer - CMG, LLC
Allan: Regarding #2 below, I assume you mean create a virtual directory of /CFIDE that points to CFIDE in the system? CF mappings on Standard are server-wide, and they're server-wide on Enterprise unless you're using Sandboxing to lock them down. If you create a virtual directory, all your

Re: mx 6 licenses?

2005-06-10 Thread Jared Rypka-Hauer - CMG, LLC
And, just to complicate matters... :) CFMX 7 is the same price as 6.1, so if you go with 7 you'll get an extra upgrade cycle and a lot of benefits in terms of functionality and power. Unless you're looking to pick up 6.0 licenses on the cheap just because it's a deprecated product, I'd highly

Cold Fusion Job Resources

2005-06-10 Thread Dave Phillips
Hi all, I don't seem to find a list of sites that are good resources for finding Cold Fusion work and wondering if anyone would like to contribute their list to this thread. I'll start out with some of the basic ones I've found several on: http://www.CareerBuilder.com http://www.Monster.com

RE: Cold Fusion Job Resources

2005-06-10 Thread Robert Reno
I found my current job (been here over 1 year) right here on HouseofFusion.com I posted my resume here and poof.. got a call from a direct hire. See if there are any Yahoo Groups in your area. groups.yahoo.com and search for coldfusion and your city or the city you want. Rob Tampa From:

Re: Cold Fusion Job Resources

2005-06-10 Thread Aaron Rouse
Very true, also sometimes a CFUG will get contacted by a company directly and then the posting is passed onto the members. On 6/10/05, Cameron Childress [EMAIL PROTECTED] wrote: I'd also try finding and getting involved in your local CFUG. Many (most?) of the best jobs are never posted to a