Hier das Doc aus der KnowledgeBase
Incorrect Calendar Style Prints or Previews in Notes/Domino 5.0.3 and Above
Problem:
When you attempt to print your Notes/Domino 5.0.3 (or above) Calendar using one of the Print styles in the Content box of the Print dialog box (such as 'Monthly Style'), the Calendar prints with another style. For example, you select 'Monthly Style' but the Calendar prints in the 'Work Week Style'. The printout, as well as Print Preview, use the incorrect calendar style. Or the 'Trifold Style' appears as a 'To Do List'.
Note: You do not see these style choices unless you are currently in your Calendar view when you select File, Print from the Notes menu.
Solution:
This issue can affect anyone who has done both of the following two things in the order specified:
1. Customized one or more print styles by clicking the Customize button in the Print dialog box
2. Upgraded to Notes 5.0.3 or above from an earlier Notes Client version
For example, if you change the default font from small to medium for the 'Monthly Style', an entry is written to the Notes.ini file such as:
CALENDARSTYLE1=Monthly Style,3,0,1,1,0,1,2,07:00:00 AM,07:00:00 PM,0,0,0,1,3
Note that even if you decide to return the calendar style back to the default setting, this line remains in the Notes.ini file with the default settings.
The problem is that in releases prior to 5.0.3, there was no 'Work Week Style'. If a user had selected to customize their 'Monthly Style' an entry would have been written like this:
CALENDARSTYLE1=Monthly Style,2,0,1,1,0,1,2,07:00:00 AM,07:00:00 PM,0,0,0,1,3
Note in the line above that the number directly after "Monthly Style" in releases before 5.0.3 is "2"; in release 5.0.3 (and above) the number is "3".
How To Resolve the Issue:
To resolve the issue (using the example above), edit your Notes.ini file so that the number after "Monthly Style" is 3, instead of 2. Alternatively, you can simply delete the entire line from the Notes.ini.
If this problem affects a large number of users in an organization, it may be resolved by sending out a button in a form to all users, that uses an @Environment command to manually change the setting.
This issue has been reported to Lotus Quality Engineering.
Note: Refer to the Supporting Information section below for a further explanation of the problem.
Supporting Information:
The problem will occur for any of the other calendar styles that are listed after the 'Work Week Style' in the drop-down. Instead of displaying in the selected style, the calendar will show the preceding style. For instance, previewing or printing the 'Trifold Style' may show the 'To Do List'; and previewing or printing the 'To Do List' may instead be in the 'Calendar List' style. The styles should be associated with the numbers as follows.
CALENDARSTYLE1=Daily Style,0,0,1,1,0,1,1,07:00:00 AM,07:00:00 PM,1,3,0,1,3
CALENDARSTYLE2=Weekly Style,1,0,1,1,0,1,1,07:00:00 AM,07:00:00 PM,2,1,0,1,3
CALENDARSTYLE3=Work Week Style,2,0,1,1,0,0,1,07:00:00 AM,07:00:00 PM,3,5,0,1,3
CALENDARSTYLE4=Monthly Style,3,0,1,1,0,1,1,07:00:00 AM,07:00:00 PM,4,1,0,1,3
CALENDARSTYLE5=Calendar List,4,0,1,1,0,1,1,07:00:00 AM,07:00:00 PM,5,5,0,1,3
CALENDARSTYLE6=To Do List,5,0,1,1,0,0,1,07:00:00 AM,07:00:00 PM,6,3,0,1,3
CALENDARSTYLE7=Trifold Style,6,0,1,1,0,1,1,07:00:00 AM,07:00:00 PM,7,6,0,1,3
The number at the end of CALENDARSTYLE, such as CALENDARSTYLE3=, is not significant. This number is just the order by which each of the styles were customized.