Actually, scratch that last part.  Easier workaround would be to have the 
user keep track of the order in which they add the queries.  Then my my 
result could be...

*<cfif newOrder[i][1] EQ 3> <!--- I know qry3 was the third query I added, 
so 3 implies qry3 --->*

That shouldn't be too complicated for a basic CF user.

On Tuesday, July 10, 2012 12:46:48 PM UTC-4, Matt C wrote:

>  
> I think the easiest work-around there would be to have the user specify 
> the name as a second parameter at the same time as they add the query to 
> the CFC.  But I just wanted to make sure I wasn't missing something that 
> would allow me to prevent that extra step for the user.  Afterall, who 
> wants to explain the difference between...
>  
> <cfset myCFC.addQuery(qry1, "qry1")>
> and
> <cfset myCFC.addQuery("qry1", qry1)>
>  
>  
>

-- 
online documentation: http://openbd.org/manual/
 http://groups.google.com/group/openbd?hl=en

Reply via email to