macromedia.coldfusion.advanced_techniques
[Top] [All Lists]

Re: problem with struct and cf8

Subject: Re: problem with struct and cf8
From: "gdemaria"
Date: Wed, 12 Nov 2008 00:58:54 +0000 UTC
Newsgroups: macromedia.coldfusion.advanced_techniques

Did you try this syntax?
    #myquery['Advanced'][2]#     ( Query['Column'][RowNum]  )

 Since myquery is a query, not a structure, it has to be referenced a 
particular way, not sure this syntax is quite the same for a query...

 <cfdump var="#myQuery.Advanced[2]#">


<Prev in Thread] Current Thread [Next in Thread>