Reinitializes the current number of pages, used in the preset controls such as "Number of pages" and "Page number and number of pages".
This function can be used when printing a set of invoices for example, to number the pages of each invoice independently.
// In the event "After printing the break footer"
// Reinitializes the number of pages in order for the number of pages to be displayed by break
iResetNbPages()
Remarks
- This function must be called in the reports generated by the report editor only. IT must not be called in the programmed prints (iPrintXXX functions).
- This function can be called in the middle of a sequence of reports (iSequencingAdd, iSequencingPrint).
- This function is equivalent to the option "Reset the number of pages after printing the block" in the "UI" tab of the block description window.
Business / UI classification: Neutral code