RE: Need assistance:Nested CFLOOPs

2001-03-21 Thread Angel Stewart
Yes..I thought so.. but you know when I was doing it the first time...when it was outside the Query loop, counter was reading as "Limited".. and when it was inside the Query Loop counter was reading as "1.0"...no kidding. I never changed the code..beside enclosing it in that query CFLOOP. That'

RE: Solved the problem( Need assistance:Nested CFLOOPs)

2001-03-21 Thread Bob Silverberg
to the list, or switch the list to a passed-in parameter. Hope the above explains the problem with the original code, Bob -Original Message- From: Angél Stewart [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 21, 2001 4:15 PM To: CF-Talk Subject: RE:Solved the problem( Need assistance

Re: Need assistance:Nested CFLOOPs

2001-03-21 Thread Todd Ashworth
..its not reading the other items in the list. | | I know there is some simple syntax error somewhere..I just can't find it. | | -Gel | | | | -Original Message- | From: Phoeun Pha [mailto:[EMAIL PROTECTED]] | Sent: Wednesday, 21 March 2001 12:59 | To: CF-Talk | Subject: RE: Need assista

RE: Need assistance:Nested CFLOOPs

2001-03-21 Thread Hayes, David
Current List Item Is:#WordToGet# 8 9 10Hey! We Found A Company 11 12 13 -Original Message- From: Angél Stewart [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 21, 2001 1:42 PM To: CF-Ta

RE: Need assistance:Nested CFLOOPs

2001-03-21 Thread Bob Silverberg
Your problem is the line where you're creating WordToGet - you don't need that, Bob -Original Message- From: Angél Stewart [mailto:[EMAIL PROTECTED]] Sent: March 21, 2001 2:42 PM To: CF-Talk Subject: RE: Need assistance:Nested CFLOOPs umm..judgement.defendant is changing..tha

RE: Need assistance:Nested CFLOOPs

2001-03-21 Thread Phoeun Pha
- From: Angél Stewart [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 21, 2001 1:42 PM To: CF-Talk Subject: RE: Need assistance:Nested CFLOOPs umm..judgement.defendant is changing..thats not the problem. The problem is that it is not going over the list of words to search for. The list called

RE: Need assistance:Nested CFLOOPs

2001-03-21 Thread Howarth, Craig (IBK-NY)
oking for -- no need to look it up. Craig > -Original Message- > From: Ang> él Stewart [SMTP:[EMAIL PROTECTED]] > Sent: Wednesday, March 21, 2001 2:42 PM > To: CF-Talk > Subject: RE: Need assistance:Nested CFLOOPs > > umm..judgement.defendant is ch

RE:Solved the problem( Need assistance:Nested CFLOOPs)

2001-03-21 Thread Angél Stewart
Current Defendant is :#judgement.defendant# Hey! We Found A Company That's c

RE:A shortcoming in CF( Need assistance:Nested CFLOOPs PART 2)

2001-03-21 Thread Angél Stewart
:#tempDefendant# The Current List Item Is:#WordToGet# Hey! We Found A Company -Original Message- From: Angél Stewart [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 21, 2001 9:39 AM To: CF-Talk Subject: Need as

RE: Need assistance:Nested CFLOOPs

2001-03-21 Thread Angél Stewart
From: Phoeun Pha [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 21 March 2001 12:59 To: CF-Talk Subject: RE: Need assistance:Nested CFLOOPs I just skimmed through it, and it seemed that your query output is not right. When u do a judgement.defendant inside that query loop, it will always remain the same

RE: Need assistance:Nested CFLOOPs

2001-03-21 Thread Hayes, David
Try setting a variable to judgement.defendant before entering the second loop, then use that variable in the innner loop. -Original Message- From: Angél Stewart [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 21, 2001 9:39 AM To: CF-Talk Subject: Need assistance:Nested CFLOOPs Hi all

RE: Need assistance:Nested CFLOOPs

2001-03-21 Thread Angél Stewart
That..uhh..doesn't help. THe output I get is now: Current Row is :1 The Defendant IS:MOHAMMED, ANSARI The Current List Item Is:Limited The Defendant IS:MOHAMMED, ANSARI The Current List Item Is:Limited The Defendant IS:MOHAMMED, ANSARI The Current List Item Is:Limited The Defendant IS:MOHAMMED, A

RE: Need assistance:Nested CFLOOPs PART 2

2001-03-21 Thread Phoeun Pha
oh, why the heck are u using CFOUTPUTs for every line break? heh. u dont have to do that -Original Message- From: Angél Stewart [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 21, 2001 9:39 AM To: CF-Talk Subject: Need assistance:Nested CFLOOPs Hi all. I am having a problem with a

RE: Need assistance:Nested CFLOOPs

2001-03-21 Thread Phoeun Pha
loop, it will refer to the query name. there is no need to specify it -Original Message- From: Angél Stewart [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 21, 2001 9:39 AM To: CF-Talk Subject: Need assistance:Nested CFLOOPs Hi all. I am having a problem with a nested CFLOOP refusi

RE: Need assistance:Nested CFLOOPs

2001-03-21 Thread Kevin Gilchrist
mpany -Original Message- From: Angél Stewart [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 21, 2001 10:39 AM To: CF-Talk Subject: Need assistance:Nested CFLOOPs Hi all. I am having a problem with a nested CFLOOP refusing to loop! The

Need assistance:Nested CFLOOPs

2001-03-21 Thread Angél Stewart
Hi all. I am having a problem with a nested CFLOOP refusing to loop! The Code: The Defendant IS:#judgement.defendant# The Current List Item Is:#WordToGet#