How to change the name of the Special Fields in Crystal Report?
In Crystal Report, I want to change the text of the Special Field "Page N of M" as "Sheet N of M". How to do this? I am usin开发者_开发技巧g Crystal Reports 2008.
I don't think that's possible. It would be much easier to:
- Make a text box of your own
- Add the special fields "Page Number" and "Total Page Count"
- Add whatever text you like.
Agree with PowerUser! Make a text box with "Sheet" then insert SPECIAL FIELD [PAGE NUMBER] then type in text box "of" then insert SPECIAL FIELD [TOTAL PAGE COUNT]
result: SHEET 1 of 1 (depending on the number of docs your working with)
精彩评论