Error with cfdiv

2009-10-04 Thread Graeme N
Hi, I'm currently getting a 'Unable to open connection to URL error within a cfdiv. The problem being that it works fine on my machine and two others I've tested it on in this remote office - on all major browsers. But not on some computers situated at head office, they are running IE7-

CFScript - what's the advantage?

2009-10-04 Thread Mike Kear
I've been trying to see what's the benefit of enhancing CFScript. There are a couple of reasons I can think of, but am I missing something? Are there more significant reasons for enhancing CFScript than I have here? Like for example performance issues? [A] I like to code using a

Re: CFScript - what's the advantage?

2009-10-04 Thread Barney Boisvert
You can't express a true counter (for) loop with CFLOOP, only a condition loop (while). So that's one reason. Probably the reason I use it most often, even over reducing verbosity. Beyond verbosity and a couple edge cases, I think it's pretty much entirely personal preference. cheers,

Re: CFScript - what's the advantage?

2009-10-04 Thread James Holmes
Isn't a cfloop from=x to =y index=i step=z a counter loop? mxAjax / CFAjax docs and other useful articles: http://www.bifrost.com.au/blog/ 2009/10/5 Barney Boisvert bboisv...@gmail.com: You can't express a true counter (for) loop with CFLOOP, only a condition loop (while).  So that's one