page numbering

Hi,

Could anyone give me some info on how to do page numbering? I want to include for example ‘page 1 of 3’, ‘page 2 of 3’ etc in the footer of the page. I managed to find a couple of comments on the forum that suggest this is possible to do, but couldn’t find anything on how to do it.

Thanks,

Nick

  1. Create a text label and place it in your footer.
  2. Edit the text property of the label from the properties sidebar, this will open a text dialog.
  3. Use the “standard tags” popup at the bottom to insert page numbering tags.
  4. Check the “display tags” property for the label.

Your label should look something like:

Page %%pageNumber%% of %%totalNumberOfPages%%

greg.

Thats brilliant! - worked perfectly. I knew there must be an easy way of doing this, I just couldn’t see where it was.

Many thanks,

Nick