Ok, so i am working on the table bit...

it seems a resulting query has these methods:

RecordSet.getColumnnames
RecordSet.getLength 
RecordSet.getItemAt 
RecordSet.getItemID 
RecordSet.sortItemsBy 
RecordSet.getNumberAvailable


I thought I might be able to do something such as:

                var cols = result.getColumnNames();
                for(var i=0; i< result.getLength();i++){
                        tables.addRowAt(i+1);
                        for(var j=0; j< cols.length;j++){
                                trace(cols[j,i]);
                                
                        }

but it just throws out an undefined. Anybody know how I can get to the
actual row data???




-- 
Best regards,

Critter, MMCP
Certified ColdFusion Developer
 
Crit[s2k] - <CF_ChannelOp Network="EFNet" Channel="ColdFusion">

______________________________________________________________________
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to