rickbgenius
Programmer
I'm using Crystal Reports 7. I'm trying to print a legend in the page footer consisting of only those status items that appear on the page on which the footer will print.
I have data fed to me in an ado object from a sql database via a c program. In the group, I set a status variable (BooleanVar statusType) to true if the line contains that status, then in the page footer, if the statusType is set to true, I print the status and what it means in english (I don't care about localization). Works great on the first page, but the footer doesn't get cleared for the next page and the status prints there as well (even though this particular status doesn't appear on this page). Is there a way to make the page footer reset for every page?
I have data fed to me in an ado object from a sql database via a c program. In the group, I set a status variable (BooleanVar statusType) to true if the line contains that status, then in the page footer, if the statusType is set to true, I print the status and what it means in english (I don't care about localization). Works great on the first page, but the footer doesn't get cleared for the next page and the status prints there as well (even though this particular status doesn't appear on this page). Is there a way to make the page footer reset for every page?