Page Number
-
- Posts: 123
- Joined: Tue Oct 10, 2017 12:44 pm
Page Number
R&R Version 8.1 xbase ____I have a calculated field called est_inv. The calculation is: iif(at("QUOTE",dbf() <> 0,"Estimated Repairs",inv_number)____This calculation works as it should. If there is an invoice number it will print that invoice number. This is also the first selection for by sort and group. In the group, I check the box Reset Page on est_inv. The problem I have is that it is not resetting the page number. I see the invoice number changing, but the page number does not revert back to 1. Is there something here that I am missing or is this a bug?____Thanks
=> RE: Page Number
[updated:LAST EDITED ON Sep-13-03 AT 07:36 AM (EST)]Having a reset page should cause PAGENO() to revert back to 1 for each new group. __You are sure that the group is breaking? Try adding a group footer with the text "end of group" and see when it prints.____Kathleen__R&R Support
-
- Posts: 123
- Joined: Tue Oct 10, 2017 12:44 pm
==> RE: Page Number
My fault! I forgot that I also must have a footer for that grouping or it will not work.____Thanks