I have a report that is a letter. It has both English and Spanish versions. This is accomplished by the English being in header sections grouped on the unique key for the data.
There are cases where Spanish is not needed. In code a Boolean is set and is used for control logic. Enter the problem...
Currently the Spanish begins in the Detail section. I have code sets the section visible to false if Spanish is supposed to be hidden. The problem lies in the group section above. I have a sub report that should be spanning pages it does not. The odd thing about the section is there is a page break control that is also conditionally hidden if Spanish is hidden. I ended up with this solution when hiding the detail section did not stop the force new page before section from firing.
The issue I am having is that when the sub report in this section is long enough to span pages, the page break is forcing the page to break and only show the first page worth of the sub report.
Thoughts?
There are cases where Spanish is not needed. In code a Boolean is set and is used for control logic. Enter the problem...
Currently the Spanish begins in the Detail section. I have code sets the section visible to false if Spanish is supposed to be hidden. The problem lies in the group section above. I have a sub report that should be spanning pages it does not. The odd thing about the section is there is a page break control that is also conditionally hidden if Spanish is hidden. I ended up with this solution when hiding the detail section did not stop the force new page before section from firing.
The issue I am having is that when the sub report in this section is long enough to span pages, the page break is forcing the page to break and only show the first page worth of the sub report.
Thoughts?