RR 10

Meeting place for R&R customers and clients to share tips and ideas. Post your questions, messages or problems here.
Post Reply
PTan
Posts: 19
Joined: Tue Oct 10, 2017 12:44 pm

RR 10

Post by PTan » Fri May 09, 2003 10:56 am

When you use rrwrun.exe and run several reports using the @<command file> method, or the other method, is there a way of passing the parameter entered in one report to another?__For example, you are running six reports, the first reports prompts you for a code, the second and third report will be using the same code, which means that when the 1st report finishes, the 2nd report will ask for the same code, and so on.____Please advise & thanks.__

kfleming
Posts: 5795
Joined: Tue Oct 10, 2017 12:44 pm

=> RE: RR 10

Post by kfleming » Fri May 09, 2003 12:08 pm

You would need to write your own front end program to collect the parameter and then pass that value to each of the report input files.____Kathleen__R&R Support

Scott_Pierson_(Guest)
Posts: 13
Joined: Tue Oct 10, 2017 12:44 pm

=> RE: RR 10

Post by Scott_Pierson_(Guest) » Sat May 10, 2003 9:31 am

I can^t promise you that this will work, but, assuming the parameter is defined as a calculated field using RIPARAM(), output the first report to a DBF and then link (or flexlink) all your ensuing reports to that. I^ve done this successfully... once.

Post Reply