I can create/define any variable in my report directly. There is no problem at this part. But I need to know this variable after my cfreport tag in my main code to react the result.
Think like variables after cffile or cfhttp tags usage. Kris Jones wrote: > In your report file, from within the report builder, you would create > a new calculated field. The expression for the calculated field would > be: > > calc.PAGE_NUMBER*2 > > Then you would add that new calculated field (let's say you named it > MYPGNUM) to your report layout in the page footer section. > > Or maybe I don't understand the question? It is Friday night, and I am > on the far side of dim tonight. > > Cheers, > Kris > > > >> But how can I get this parameter into my CF page? >> >> >> Here is my cfreport code: >> >> <cfreport template="myRecords.cfr" format="pdf" >> filename="myReportFile.pdf" overwrite="yes"></cfreport> >> > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| ColdFusion MX7 and Flex 2 Build sales & marketing dashboard RIAâs for your business. Upgrade now http://www.adobe.com/products/coldfusion/flex2 Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:272260 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

