[cfaussie] Re: Text Box Arrays.

2007-07-08 Thread Dale Fraser
Try this cfset form.QTY = replace(form.QTY, ,,, ,0,, ALL) / cfset aQTYs = listToArray(form.QTY) That should do it Regards Dale Fraser http://dalefraser.blogspot.com From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Andrew Scott Sent: Sunday, 8 July 2007

[cfaussie] CFHTTP Resolving Host Names

2007-07-08 Thread Steve Onnis
Can anyone shed some light on what CFHTTP uses to resolve host names? I have added some entries into my windows HOSTS file but CFHTTP does not seem to use them. I am trying to run some testing locally so i am using the HOSTS file to change where the DNS is pointing so i dont have to update it

[cfaussie] Re: CFHTTP Resolving Host Names

2007-07-08 Thread MrBuzzy
Hmmm... HOSTS should work, it has for me. On windows you might need to ipconfig /flushdns CF also caches the names, or at least it used to (?). It might need a kick over. On 7/8/07, Steve Onnis [EMAIL PROTECTED] wrote: Can anyone shed some light on what CFHTTP uses to resolve host names? I

[cfaussie] Re: CFHTTP Resolving Host Names

2007-07-08 Thread AJ Mercer
I have always had to restart ColdFusion to pick up changes to the host file On 7/8/07, MrBuzzy [EMAIL PROTECTED] wrote: Hmmm... HOSTS should work, it has for me. On windows you might need to ipconfig /flushdns CF also caches the names, or at least it used to (?). It might need a kick over.

[cfaussie] multi-instance setup and Classpaths

2007-07-08 Thread Pat Branley
Hey All We are about to re-install CF on servers and i was trying to figure out whats the best way to config 3rd party JAR files ? We run a multi- instance enterprise installation and as far as i know there are number of ways to get a jar file into the classpath. 1. drop into WEB-INF\lib folder

[cfaussie] Re: multi-instance setup and Classpaths

2007-07-08 Thread Andrew Scott
Pat, I am not talking from a great deal of experience, so others will confirm. If you create a multi instance of Coldfusion there is a few things you need to take into consideration, I'll address your questions first. As far as class path order, I believe it is the order that is set in the

[cfaussie] SURVEY: Is ColdFusion OO?

2007-07-08 Thread Dale Fraser
After a discussion on a blog today, the question was asked if people consider that ColdFusion is OO and if it should be developed further. This has always been the cause of some debate, and rather than have lots of off topic discussion here or on the blog, I thought id survey the developers.

[cfaussie] Re: SURVEY: Is ColdFusion OO?

2007-07-08 Thread Mark Stanton
Does this mean that CF becomes OO if enough people say yes? On 7/9/07, Dale Fraser [EMAIL PROTECTED] wrote: After a discussion on a blog today, the question was asked if people consider that ColdFusion is OO and if it should be developed further. This has always been the cause of some

[cfaussie] Re: SURVEY: Is ColdFusion OO?

2007-07-08 Thread Andrew Scott
Dale, This sort of survey is not that interesting, in terms of the type of questions presented. It boils down to features, abilities and a lot more than what a simple survey can provide. The new interface in CF8 is a good start, but it is not enough. Coldfusion is a Dynamic scripting

[cfaussie] Re: SURVEY: Is ColdFusion OO?

2007-07-08 Thread Mark Mandel
which blog dale, I must have missed it? Mark On 7/9/07, Dale Fraser [EMAIL PROTECTED] wrote: After a discussion on a blog today, the question was asked if people consider that ColdFusion is OO and if it should be developed further. This has always been the cause of some debate, and

[cfaussie] Re: SURVEY: Is ColdFusion OO?

2007-07-08 Thread Dale Fraser
@Mark S. No it is a gauge of how people perceive OO with CF. @Andrew S. I don't write surveys to serve your interests just ones where I am interested in peoples thoughts and where I think others will be interested in those thoughts. @Mark M. I would rather wait until I have some responses, as

[cfaussie] Re: SURVEY: Is ColdFusion OO?

2007-07-08 Thread Andrew Scott
Dale, I don't care if you write surveys to suite me or not, I personally think that the survey will not portray enough information on people's opinions that's all. Andrew Scott Senior Coldfusion Developer Aegeon Pty. Ltd. www.aegeon.com.au Phone: +613 8676 4223 Mobile: 0404 998 273

[cfaussie] QLD CFUG this Wednesday!

2007-07-08 Thread Barry Beattie
This month we'll be looking at what it takes (how easy/limitations) to get multiple versions of ColdFusion working on the same box. Especially useful if you're developing (or testing) for current apps in CF7 while getting used to CF8, with both installs on your dev box, working at the same time.

[cfaussie] cfLDAP and cfMail

2007-07-08 Thread Mark Ireland
Anyone used cfldap to create an email and then used cfmail to send it? I need some way of waiting until the new ldap entry is finished before trying to send the email. It seems to take less than a second. I am looking for something better than cfTwiddleThumbs.

[cfaussie] Re: cfLDAP and cfMail

2007-07-08 Thread Gareth Edwards
Is the cfmail spoolenable=false ... / what your after? Cheers Gareth. Mark Ireland wrote: Anyone used cfldap to create an email and then used cfmail to send it? I need some way of waiting until the new ldap entry is finished before trying to send the email. It seems to take less than a