IMGWRITER 1.2

2006-05-14 Thread Mike | NZSolutions Ltd
Hi guys, has anyone connected to/utilised the following COM object using coldfusion?? IMGWRITER 1.2 If so, an example of the code you use would be really appreciated. mike ~| Message: http://www.houseoffusion.com/lists.cfm/li

CFMX and Mappoint

2006-05-14 Thread Jimmy Hunt
CFMX and Mappoint Does anyone have an example of how to use CFMX and Mappoint together to find driving distances? Thanks! James ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:240514 Archives: http://www.houseoffus

CFMX and Mappoint

2006-05-14 Thread Jimmy Hunt
CFMX and Mappoint Does anyone have an example of how to use CFMX and Mappoint together to find driving distances? Thanks! James ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:240513 Archives: http://www.houseoffus

Model-Glue, ColdSpring, Reactor

2006-05-14 Thread Chris Velevitch
Recently, Sean Corfield mentioned on his blog that he's using Model-Glue, ColdSpring, Reactor altogether, and I'm assuming as single combined framework. Are there any references on how to use all 3 together? Chris -- Chris Velevitch Manager - Sydney Flash Platform Developers Group www.flashdev.o

Re: Dumb Application.cfc ?

2006-05-14 Thread Raymond Camden
Your onRequest method had output=false. Therefore - no output. ;) Change it to true. On 5/14/06, Will Tomlinson <[EMAIL PROTECTED]> wrote: > Ok, This just gives me a blank page with nothing. > > > > > > > > > > > > > > I can get further with onReques

Re: Dumb Application.cfc ?

2006-05-14 Thread Will Tomlinson
Ok, This just gives me a blank page with nothing. I can get further with onRequestStart(): But I end up with: Variable CURRENTSEMESTER is undefined. How th'heck do I make currentsemester and the others availa

Re: Dumb Application.cfc ?

2006-05-14 Thread Raymond Camden
Just be aware that using onRequest will block flash remoting and web services w/o doing some hacking. On 5/14/06, Will Tomlinson <[EMAIL PROTECTED]> wrote: > >Use OnRequest for that. > > > >--- Ben > > > A 10 4! Prsh dude > > Will > > ~

RE: Dumb Application.cfc ?

2006-05-14 Thread Snake
Request scope variable can be set anywhere and are available to ALL templates, but variables scope is only available in the template that created it, and will die once the page has completed compiling. In your application.cfc you can use onRequeststart to do what you want. Russ -Original Me

Re: Hype 2.0

2006-05-14 Thread Rey Bango
> But, now I KNOW I'm in a set-for-life job, this time. ;) Ok, explain this cause if you've got the secret juice, I want some. ;) Rey... ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:240507 Archives: http://www.ho

RE: Hype 2.0

2006-05-14 Thread Dawson, Michael
I was in the exact same situation. I had a well-paying job at a large corporation and was "set for life". Then, one day, a worthless co-worker had her VP husband get me fired. But, now I KNOW I'm in a set-for-life job, this time. ;) M!ke -Original Message- From: Rey Bango [mailto:[EM

Re: Dumb Application.cfc ?

2006-05-14 Thread Will Tomlinson
>Use OnRequest for that. > >--- Ben A 10 4! Prsh dude Will ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:240505 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.ho

Re: setting up standard cf 7 server on Win XP / IIS 5.1

2006-05-14 Thread Paul Ihrig
ok der i had bootstrap=127.0.0.1:51010 should have been bootstrap=127.0.0.1:51011 i think i am ok now. lets try cfadmin ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:240504 Archives: http:

Re: setting up standard cf 7 server on Win XP / IIS 5.1

2006-05-14 Thread Paul Ihrig
i tried every thing in http://www.adobe.com/cfusion/knowledgebase/index.cfm?event=view&id=KC.tn_19575&extid=tn_19575&dialogID=126810992&iterationID=1&sessionID=48303bc6a0b964677e33&stateID=1+0+126908341&mode=simple#iis i just cant get it to run the dll i followed the tech note, cfm's are not proce

RE: Dumb Application.cfc ?

2006-05-14 Thread Ben Forta
Use OnRequest for that. --- Ben -Original Message- From: Will Tomlinson [mailto:[EMAIL PROTECTED] Sent: Sunday, May 14, 2006 4:10 PM To: CF-Talk Subject: Dumb Application.cfc ? I'm working on someone else's app that uses application.cfm. They've got some variables set in VARIABLES sco

Dumb Application.cfc ?

2006-05-14 Thread Will Tomlinson
I'm working on someone else's app that uses application.cfm. They've got some variables set in VARIABLES scope. Where would I set these in Application.cfc? I tried onRequestStart but that doesn't work. Can you only set a REQUEST scope variable in onRequestStart? Then change my references to

Re: Frameworks

2006-05-14 Thread Mike Kear
It seems to me that if an employer is hiring a developer to work on a site that's already built, there will most likely be a framework of one sort or another already existing. Or if not a formal framework, then a set of conventions as to placement of different kinds of code, naming conventions et

Re: Frameworks

2006-05-14 Thread Jochem van Dieten
Rick Root wrote: > I was just cruising through the coldfusion job postings on the raleigh > craigslist, and I came across the following in one of the postings: > > This position requires a programmer who is NOT set > on his/her own methodology. Our team does not create > un-nece

Re: Okay, here's *another* error message I've never seen...

2006-05-14 Thread Jochem van Dieten
Rick Root wrote: > Bryan Stevenson wrote: >> sub-queries can only return one recordthus the error > > Actually Bryan, that's not true. Sub-queries can only return one column. They can return more then one column too: SELECT * FROM table WHERE (x, y) IN (SELECT a, b FROM otherTable) Jochem

RE: Shared host with ISAPI Rewrite

2006-05-14 Thread Snake
I know we have installed it for at least 1 customer in the past. www.cfmxhosting.co.uk -Original Message- From: Marcus Whitworth [mailto:[EMAIL PROTECTED] Sent: 14 May 2006 00:32 To: CF-Talk Subject: Shared host with ISAPI Rewrite Hi, Does anyone know of a quality shared CF host that

Re: cfreport and report generation slowness

2006-05-14 Thread wolf2k5
On 5/13/06, Kay Smoljak <[EMAIL PROTECTED]> wrote: > Is you're using CFMX Standard, then report generation is single > threaded and yes, it is rather slow. Enterprise has what they refer to > as "high perfomance reporting". Either way, report generation is an > intensive task that uses a lot of res