> Is there any way to get a count of the number of
> fields that are returned
> from a form?

Form.FieldNames is a comma delimited list of all the fields 
returned in a form. You can slap a ListLen() around it and 
it will return the number of elements in the list.
 
> Also, is there a way to get a count of the number of
> records selected by a
> cfquery

MyQuery.RecordCount works well :)

Norman

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.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