Thank you, Ido.
I’ll test that carefully over weekend and let you know.
What also confusing me – when I’m inserting subreports by right click on section and choose insert – subreports, subreport doesn’t have Page header and footer.
Do you know any way to make subreports with page footer and...
Thank you.
You are absolutely right. Next Page has result.
Do you know any way to get that value on previous page?
Now about subreports confusion.
I use main report as container only.
Only way to add subreport (as far as I’m know) is – right click on section and choose insert – subreports.
I...
Thank you.
Main report in my design is only container used to show or hide combination of subreports depends of business logic. May be I’m wrong, but that only way I can accomplish 16 different data sources in one report (main) and display all of them or any combination.
If I add section below...
Thank you.
If I put last formula to the next section after subreport and that section will be suppressed, could I read that variable in page footer using same code?
Alex
Thank you.
I’m sorry for not full explanations.
Each subreports set in detail section of main report, there is no group in main report.
Variable in section of subreport 3 is changed; I can read it inside of subreport.
Group Section of subreport 3, where I do calculation that is a group header...
I use Crystal 11 and visual basic.
I have main report that contains several subreports.
Some of subreports have section where I do display special characters. If that character displayed I do need display explanation on main report Page footer:
Main report:
Subreport 1
Subreport 2
Subreport 3...
I use Crystal 11 and visual basic.
I have main report that contains several subreports.
Some of subreports have section where I do display special characters. If that character displayed I do need display explanation on main report Page footer:
Main report:
Subreport 1
Subreport 2
Subreport 3...
Thank you for response I have done using single subreports in each section. It was necessary by business rules and performance is OK, because I read data form COM object, not from database, especially designed for reports needs.
I’ll test side-by-side right now.
I use Crystal 11 and visual basic.
I have main report that is container for more than 20 subreports.
Everything working fine, but some time subreport contains only couple of rows.
For make maintenance easy I try to include more than one report in single section of main report. But looks like...
Sorry for simple question.
I need to display “pseudo recordset” count:
“Record 1 of 5” and so on.
I have formula:
"Record " + CSTR({Param.RecordNumber}) + " of " + CSTR({Param.RecordsCount})
CSTR is reuqred to build string, but as result I have display:
“Record 1.00 from 5.00”
How can I format...
I use Crystal 11 and visual basic.
Some of subreports have more than one page.
One of detail section set to Keep Together to keep pair of two Detail sections together, without page brake between sections.
Some time if second section is small – it just hidden, looks like by main report (container...
Williams,
That is done for subreport and main report.
Sorry for not clear question.
Now I try to repeat same for page footer of subreport.
Sure that is report footer, marked as “Print on bottom of page”.
Must be stringvar to be shared? I do not want it to be visible on next page if fields value...
Thank you Williams for good lesson
That is work on level of main report.
But if I try to use that solution on level of subreport I can’t get result.
Solution is simple:
I need variable on page level.
That variable must be change in one section and than based on that variable I want suppress or...
I use Crystal 11 and visual basic.
Main report has 12 subreports and all possible combinatins of subreports are available for print by user choice.
As data sources I use Field definition files (.ttx) and ADO Recordset.
Everything works fine on my machine and on testers machine with CR XI...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.