Shannon Hicks wrote:
> 
> 
> I see two things I'd do differently...
>  
> 1. querysetcell takes three arguments... 
> querycetcell(query,column,value,row)

third argument is optional, and defaults to the last row.  QueryAddRow 
always adds to the end of a query, so the default is perfectly acceptable.

> 2. you don't need to do the query of a query at the end.... you can just 
> do <cfset retval.COUNTRIES = qry2>

I could do that if I wanted the query in the exact same order.  However, 
since I want the blank row that I added to be at the BEGINNING of the 
query, I have to do the query of queries

rick


--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/flexcoders/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:[EMAIL PROTECTED] 
    mailto:[EMAIL PROTECTED]

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 

Reply via email to