CFReportParam question

2007-10-04 Thread Christopher Jordan
Has anyone here successfully passed a query object into the report builder via the cfreportparam tag? I've got the following code snippet: cfreport name=myReport format=PDF template=#reporttemplate# query=#ReportData# cfreportparam name=advisor value=#advisor.Description# cfreportparam

Re: CFReportParam question

2007-10-04 Thread Kris Jones
I've used the query attribute of the cfreport tag without issue. I have not used the cfreportparam tag to pass in a query. In the report builder, this query should show-up in your objects pallette per normal. Cheers, Kris Has anyone here successfully passed a query object into the report

Re: CFReportParam question

2007-10-04 Thread Christopher Jordan
Thanks Kris, I'm using the query attribute of the cfreport tag without problems too, but the query attribute of the cfreportparam tag doesn't seem to be working, or isn't working the way I'd expect it to. What do you mean by show-up in your objects pallet? Are you talking about the Fields and

Re: CFReportParam question

2007-10-04 Thread Kris Jones
Yes, I mean the Fields and Parameters section, under the Query Fields item. I don't believe that query is legal parameter of cfreportparam tag--only of the cfreport tag. From the livedocs, only name and value are legal attributes of the cfreportparam tag. I have not been successful passing