Page Number
Posted: 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