I can't see that the code is correct, could I suggest that you try
(i.e. remove the qualification altogether)

<cfoutput query="qq">
#DATELASTMODIFIED#,#NAME#,#SIZE#,#USERNAME#<br>
</cfoutput>

Cheers

>From: Cary Gordon <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: CF-Talk <[EMAIL PROTECTED]>
>Subject: RE: Query of queries oddness
>Date: Tue, 16 Jul 2002 15:18:20 -0700
>
>The code is correct.  I did try your suggested changes though.
>
>Apparently, the query of queries needs the original query identifier. You
>can see this in the cfdump and also by outputting a query column list.
>
>At 03:02 PM 7/16/2002 -0400, you wrote:
> > > Errr- could it be because you _reference_ the first query?
> >
> > >> <cfoutput query="qq">
> > >>
> > >> #GETDIR.DATELASTMODIFIED#,#GETDIR.NAME#,#GETDIR.SIZE#,#Q1.USER
> > >> NAME#<br>
> > >> </cfoutput>
> >
> > > Notice you say getdir.whatever? This is the first query. You are 
>looping
> > > over 'qq' though.
> >
> >And #Q1.UserName# should be #qq.UserName# also
> >
> >Isaac Dealey
> >www.turnkey.to
> >954-776-0046
>
>
>
______________________________________________________________________
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to