Re: Is it possible to nest CFQUERY inside CFLOOP?

2001-05-31 Thread Bill Davidson
t? -Bill www.brainbox.tv - Original Message - From: "David E. Crawford" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, May 31, 2001 3:10 PM Subject: Re: Is it possible to nest CFQUERY inside CFLOOP? > The cfoutput inside a cfloop is unneces

RE: Is it possible to nest CFQUERY inside CFLOOP?

2001-05-31 Thread Steve Martin
local variable. #query1.somevarname# #variables.someLocalVarname# Steve > -Original Message- > From: Bill Davidson [mailto:[EMAIL PROTECTED]] > Sent: 31 May 2001 18:06 > To: CF-Talk > Subject: Re:

Re: Is it possible to nest CFQUERY inside CFLOOP?

2001-05-31 Thread David E. Crawford
;Bill Davidson" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, May 31, 2001 13:05 Subject: Re: Is it possible to nest CFQUERY inside CFLOOP? > You should be able to nest cfquery in a cfloop that is not query based... > Maybe the actual problem is

RE: Is it possible to nest CFQUERY inside CFLOOP?

2001-05-31 Thread Steve Martin
You have an unterminated CFQUERY in your page though you have only pasted a snippet of the code into your email. Take a look above your code and try to find the offending tag. > -Original Message- > From: Kevin Gilchrist [mailto:[EMAIL PROTECTED]] > Sent: 31 May 2001 16:38 > To: CF-Talk >

Re: Is it possible to nest CFQUERY inside CFLOOP?

2001-05-31 Thread Bill Davidson
You should be able to nest cfquery in a cfloop that is not query based... Maybe the actual problem is that cfloop doesn't implicitly force a cfoutput, so chances are your variables are not getting resolved. Include a inside the loop. Here's a code snippet where I am nesting a query inside a loo

Re: Is it possible to nest CFQUERY inside CFLOOP?

2001-05-31 Thread Dave f
Don't know what your problem is, but it is definitely OK to have cfquery inside cfloop. Do you perchance have improperly closed prior cfquery?? (My usual trick is to dup the and forget to put the "/" in ):) - Original Message - From: "Kevin Gilchrist" <[EMAIL PROTECTED]> To: "CF-Tal

RE: Is it possible to nest CFQUERY inside CFLOOP?

2001-05-31 Thread Bryan Love
put pound signs around 1st_region. The string "1st_region" is not a list, but "#1st_region#" probably is. Bryan Love ACP Internet Application Developer [EMAIL PROTECTED] -Original Mess