Hi John, you can use: Create a field in your report where you will pass the value to and in your report code use "*cfreportparam*" like bellow:
*<cfreportparam name="ReportTime" value="#DateFormat(Now())#, #TimeFormat(Now())#">* ** *More details:* http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=Tags_r-s_07.html Regards, Misha On Mon, Jun 2, 2008 at 2:14 PM, John Beirne <[EMAIL PROTECTED]> wrote: > Hello everyone, > > I'm more of a gui person than a coder so I like working with ReportBuilder > if possible. I'm almost finished with a parameter driven report but need > help to show the date range at the top of every page. A .cfm page has text > boxes where the user enters the beginning and ending date range they want to > see and it also has a box of categories for the report. It's working fine, > but I want the date range that the user specified in the top of every page > with the title. > > Thanks for any help. > > John > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;192386516;25150098;k Archive: http://www.houseoffusion.com/groups/CF-Newbie/message.cfm/messageid:3691 Subscription: http://www.houseoffusion.com/groups/CF-Newbie/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.15
