I've got about 200+ Crystal 8.5 reports. I'm trying to go through these (they have been developed over a number of years) and make them consistant visually. That means a consistant page header, fonts, etc.
So far, I have been editing these one at a time but that is very tedious. I got to thinking that perhaps I could make a subreport that served as the page header and drop that on each of my reports.
OK, I did that and it works - basically. Of course the issue is that I have variables on the subreport that represent different things in the page header. For example:
@rpt_title @co_name
@client_name Page N of M
I need to substitute in values for these 3 fields (rpt_title, client_name, and co_name). I also need to print the page number (i.e. 4 of 500).
How to best get these values over to the sub-report? I would really like to circumvent having all sorts of complex linkages.
Appreciate the feedback.
So far, I have been editing these one at a time but that is very tedious. I got to thinking that perhaps I could make a subreport that served as the page header and drop that on each of my reports.
OK, I did that and it works - basically. Of course the issue is that I have variables on the subreport that represent different things in the page header. For example:
@rpt_title @co_name
@client_name Page N of M
I need to substitute in values for these 3 fields (rpt_title, client_name, and co_name). I also need to print the page number (i.e. 4 of 500).
How to best get these values over to the sub-report? I would really like to circumvent having all sorts of complex linkages.
Appreciate the feedback.