Re: SPAM-LOW: Re: cfchart not working on new server

2005-06-10 Thread Allan Cliff
Yes, when i said mappings i meant virtual directories in IIS. We had exactly the same problem as Matthew did and creating that file and those virtual directories solved the problem. Allan - Original Message - From: "Jared Rypka-Hauer - CMG, LLC" <[EMAIL PROTECTED]> To: "CF-Talk" Sent: S

Re: chr(10) AND CFSCRIPT

2005-06-10 Thread Barney Boisvert
You meant chr(13) & chr(10) for the windows line ending, right? And the 'mac' line ending is only for Mac OS9 and earlier. Mac OSX (since it's *nix based) uses just the line feed. cheers, barneyb On 6/10/05, Jared Rypka-Hauer - CMG, LLC <[EMAIL PROTECTED]> wrote: > That will work in most browse

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 r

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 ser

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 for

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: 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 t

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 not

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 l

Re: chr(10) AND CFSCRIPT

2005-06-10 Thread Barney Boisvert
writeOutput('text with newline' & chr(10)); 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 to work. > a

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 CFTic

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 H

RE: urlsessionformat() and url parameters

2005-06-10 Thread Dave Watts
> Something like the following explodes on contact > > href="#urlSessionFormat(#cgi.script_name#?myParameter=#foo#)#" > >Link 2 Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our training centers in W

urlsessionformat() and url parameters

2005-06-10 Thread Matt Robertson
OK, using URLSessionFormat() is easy, right? Just turn this Link 1 into this: Link 1 But what do I do if I'm starting out with a url that already has parameters? Like Link 2 Something like the following explodes on contact Link 2 -- --mattRobertson-- Janitor, MSB Web Systems mysecretbase.co

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 t

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 self-s

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 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, sof

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 c

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/1

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: http://livedocs.

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 g

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

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,

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
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 d

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 conve

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 ce

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

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 wo

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

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. All

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. All