Hi,
I would like to add a footer programmatically (C#) to the last page on word documents.
I can insert the footer on a last page, by creating a field that looks like the following:
{ IF { PAGE } = { NUMPAGES } "my Last Page Text goes here" }
However, I want to include fields within the field like this:
{ IF { PAGE } = { NUMPAGES } "my Last Page Text goes here Page {PAGE} of {NUMPAGES} " }
I am having problems create a field of fields.....
Any ideas would be greatly appreciated.
I would like to add a footer programmatically (C#) to the last page on word documents.
I can insert the footer on a last page, by creating a field that looks like the following:
{ IF { PAGE } = { NUMPAGES } "my Last Page Text goes here" }
However, I want to include fields within the field like this:
{ IF { PAGE } = { NUMPAGES } "my Last Page Text goes here Page {PAGE} of {NUMPAGES} " }
I am having problems create a field of fields.....
Any ideas would be greatly appreciated.