Dynamic Draw/Thought Tickler User Guide

[Page printing] properties page

Form of [Printing text]

pn : Page number (Count from the first page of the current sheet)
PN : Page number (Count from the first page of the first sheet)
pa : Total page number (Count in the current sheet only)
PA : Total page number (Count from the first sheet until the last sheet)
sn : Sheet number
sa : Total sheet number
st : Sheet name

These variables become available when it is enclosed by '%'.
If you wish to specify the number of characters printed, write a decimal interger in back of the variable.
You can specify an offset number. For example, if you wish to print the number of the first page as 0 not 1, specify the following.

"%pn-1%"

If you wisth to print '%', just write '\%'.

Examples.

Assume that total sheet number is 10, there are 4 pages in one sheet and the active page is the second in the thrid sheet.
"-- %pn% --" -> "-- 2 --"
"-- %PN% --" -> "-- 10 --"
"-- %PN%/%PA% --" -> "-- 10/40 --"
"-- %pn6% --" -> "-- 000002 --"
"-- %pn6-1% --" -> "-- 000001 --"
"-- \%pn4-1% --" -> "-- %pn4-1 --"

Dialog ID

ID=IDD_PRN_PAGE_SETUP

Movies


References: [Print setup] properties sheet / Table of contents
Keywords: [Page printing] properties page / [page printing] properties page