Re: CFLOOP help

2007-05-23 Thread Andrew Scott
> > -Original Message----- > From: Christopher Chin > To: CF-Talk > Sent: Tue May 22 23:17:44 2007 > Subject: Re: CFLOOP help > > THANK YOU JOSH!!! Ben's blog solved my issue. Looks like a solid bug in > CFLOOP to me. > > I needed to do this to my inner lo

Re: CFLOOP help

2007-05-23 Thread Robertson-Ravo, Neil (RX)
al Message- From: Christopher Chin To: CF-Talk Sent: Tue May 22 23:17:44 2007 Subject: Re: CFLOOP help THANK YOU JOSH!!! Ben's blog solved my issue. Looks like a solid bug in CFLOOP to me. I needed to do this to my inner loop: I love this site :) --Chris >Could this be the old

Re: CFLOOP help

2007-05-22 Thread Christopher Chin
hen you use the local var in >the inner loop. > > > > >#whatever# > > > >Ben Nadel has a blog entry about this. > >-- Josh > > >- Original Message - >From: "Christopher Chin" <[EMAIL PROTECTED]>

Re: CFLOOP help

2007-05-22 Thread Josh Nathanson
opher Chin" <[EMAIL PROTECTED]> To: "CF-Talk" Sent: Tuesday, May 22, 2007 2:01 PM Subject: CFLOOP help >I have this cfloop issue that is driving me bananas...I'm trying to create >a tree menu for one of my apps. > > Supposed to look like this: > > Bu

Re: CFLOOP help

2007-05-22 Thread Andrew Scott
Ok, then if your not prepared to move your cfoutputs around then your only option is to mimic the cfoutput query.. So with your second query, you can then loop through that do another QoQ to get the new dat based on the building now I am not 100% sure but the method I just mentioned I think will b

Re: CFLOOP help

2007-05-22 Thread Christopher Chin
Hi andrew, Here's my query to get the distinct buildings: select distinct(building) from empResult order by building desc I have the whole page surrounded by a so i have to use a CFLOOP to ouput the queries. "" <-- i'll change accordingly. old habit..don't know how i got it. thanx. >I a

Re: CFLOOP help

2007-05-22 Thread Andrew Scott
I am assuming that the undefined building means not seated? Now here is the trick your missing Make sure you're query is sorted by building and then what ever something like order by Building,fName in your query. Then insteado of using cfloop, use cfoutput like this Building: #queryName.Bu

CFLOOP help

2007-05-22 Thread Christopher Chin
I have this cfloop issue that is driving me bananas...I'm trying to create a tree menu for one of my apps. Supposed to look like this: Building: X (list of employees seated in this building) Not seated: (employees not seated anywhere) Since there's going to be a varying amount of buildings

RE: cfloop help! -- solved!!

2001-05-04 Thread Diana Nichols
n's magic is another man's engineering." ---Lazarus Long -Original Message- From: Diana Nichols [mailto:[EMAIL PROTECTED]] Sent: Friday, May 04, 2001 4:08 PM To: CF-Talk Subject: RE: cfloop help! That did the trick...the output straitened up...but now I'm bac

RE: cfloop help!

2001-05-04 Thread Diana Nichols
t: Re: cfloop help! The results that you are getting is correct to the code you showed us. Can you tell us what you are 'trying' to get and maybe we can help. Thanks, Clint -- Original Message -- From: "Diana Nichols" <[EMAIL PROTECTED]

RE: cfloop help!

2001-05-04 Thread Diana Nichols
EMAIL PROTECTED]] Sent: Friday, May 04, 2001 3:56 PM To: CF-Talk Subject: Re: cfloop help! get rid of "getusers" in getusers.userID #getusers.userID# (#userID#,#getm.userID#) Todd - Original Message - From: "Diana Nichols" <[EMAIL PROTECTED]> To: "CF-Talk&q

Re: cfloop help!

2001-05-04 Thread Clint Tredway
The results that you are getting is correct to the code you showed us. Can you tell us what you are 'trying' to get and maybe we can help. Thanks, Clint -- Original Message -- From: "Diana Nichols" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] Date: Fr

RE: cfloop help!

2001-05-04 Thread Semrau, Steven L Mr SRA
Subject: cfloop help! I must be blind today - I've used cfloops like this many timesbut the output is wrong#@!$@#!^%$ I've reduced the code to see what was happening, and the value of the userID the getusers query is not updating with each iteration of the outputin other words,

Re: cfloop help!

2001-05-04 Thread Todd Ashworth
get rid of "getusers" in getusers.userID #getusers.userID# (#userID#,#getm.userID#) Todd - Original Message - From: "Diana Nichols" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, May 04, 2001 3:34 PM Subject: cfloop h

cfloop help!

2001-05-04 Thread Diana Nichols
I must be blind today - I've used cfloops like this many timesbut the output is wrong#@!$@#!^%$ I've reduced the code to see what was happening, and the value of the userID the getusers query is not updating with each iteration of the outputin other words, this code: select user

RE: cfloop help (new)

2000-12-20 Thread mikec
I beleive there is a tutorial for this on the www.cfvault.com under tutorials Mike Cartier #code.monkey# > ** Original Subject: RE: cfloop help (new) > ** Original Sender: "Warrick, Mark" <[EMAIL PROTECTED]> > ** Original Date: Tue, 19 Dec 2000 19:21:32 -0500 >

RE: cfloop help (new)

2000-12-19 Thread Warrick, Mark
com ICQ: 346566 -- > -Original Message- > From: Jay Patton [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, December 19, 2000 1:54 PM > To: CF-Talk > Subject: cfloop help (new) > > > Hello all, > Im kinda new at the coldfusion stuff ive picked it up really

Re: cfloop help (new)

2000-12-19 Thread WebMaster
Get Ben Forta's Book "Cold Fusion Web Application Construction Kit". It details EXACTLY how to do what you want (as well as tons of other things with CF). You'll find it an invaluable reference. Mike At 02:53 PM 12/19/2000 -0700, you wrote: >Hello all, >Im kinda new at the coldfusion stuff

RE: cfloop help (new)

2000-12-19 Thread cftalk
To: CF-Talk Subject: cfloop help (new) Hello all, Im kinda new at the coldfusion stuff ive picked it up really fast but im having a problem. i have over 200 images in two different categories, and i want to display only 8 at a time so if i were to click on photos i would want to see the first 8

cfloop help (new)

2000-12-19 Thread Jay Patton
Hello all, Im kinda new at the coldfusion stuff ive picked it up really fast but im having a problem. i have over 200 images in two different categories, and i want to display only 8 at a time so if i were to click on photos i would want to see the first 8 photos in the database and then be abl