Page Number

Meeting place for R&R customers and clients to share tips and ideas. Post your questions, messages or problems here.
Post Reply
Thomas_Freitas_(Guest)
Posts: 123
Joined: Tue Oct 10, 2017 12:44 pm

Page Number

Post by Thomas_Freitas_(Guest) » Fri Sep 12, 2003 6:38 pm

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

kfleming
Posts: 5795
Joined: Tue Oct 10, 2017 12:44 pm

=> RE: Page Number

Post by kfleming » Sat Sep 13, 2003 7:33 am

[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

Thomas_Freitas_(Guest)
Posts: 123
Joined: Tue Oct 10, 2017 12:44 pm

==> RE: Page Number

Post by Thomas_Freitas_(Guest) » Mon Sep 15, 2003 9:47 am

My fault! I forgot that I also must have a footer for that grouping or it will not work.____Thanks

Post Reply