Is it possible to quote page number field of Word in XSL?
I hope to print footer at the last page of each invoice and I tried to use the Word field. But I do not know if it is possible to do that.
I tried these and failed:
<?if:{PAGE \* MERGEFORMAT } = {NUMPAGES \* MERGEFORMAT } ?>
<?if:{PAGE} = {NUMPAGES} ?>
I tested it with <?if:Invoice_Number_ID27>50 ?> and it was successful so the condition looks good.
Can someone shed light on how to quote page number field of Microsoft Word?
The intention is to know if the current page is the last page of the current invoice. Please note it is different from the last page of the report. One report may print multiple invoices.
I tried these and failed:
<?if:{PAGE \* MERGEFORMAT } = {NUMPAGES \* MERGEFORMAT } ?>
<?if:{PAGE} = {NUMPAGES} ?>
I tested it with <?if:Invoice_Number_ID27>50 ?> and it was successful so the condition looks good.
Can someone shed light on how to quote page number field of Microsoft Word?
The intention is to know if the current page is the last page of the current invoice. Please note it is different from the last page of the report. One report may print multiple invoices.
0