Passing params to CFREPORT

2007-03-08 Thread Greg Griffin
I have no problems using the CFREPORTPARAM tags to pass variables into my CFREPORTS, but I want to know if there is a special scope for these paramaters. In a nutshell, I'm trying to write a generic CFML wrapper for report calls. I want to loop through the FORM structure (which might contain

Re: Passing params to CFREPORT

2007-03-08 Thread Kris Jones
I don't think there is a report parameter collection that you could pass the form structure into, like you can with a cfc function call. But, you could loop through your form scope, and add a cfreportparam for each parameter you found there. Your form element names could be such that you get the