I believe the easiest way to accomplish this is to save the value to a shared 
scope. To allow multiple reports to be created at once, pass a reportID (UUID) 
param to the report then use that ID in storing the value to the shared scope 
variable.

You could then have a parameter to your function "reportID" and in the function 
keep "nextAudit" (if I understand your code correctly) in the variable 
"session.nextAudit[arguments.reportID]". 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:299854
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to