Bug Fix: Go to "Fancy" Week
Posted: Sat Oct 28, 2006 9:57 am
We found an issue in the "fancy" week view in SeedCode Calendar versions 3.13 and prior where in some cases you can arrive at the wrong week when using the "Go to date..." routine.
To fix this in your copy, edit the script "Go to Selected Week" and change the calc in the first IF statement to this:
That's it!
To fix this in your copy, edit the script "Go to Selected Week" and change the calc in the first IF statement to this:
- Code: Select all
PatternCount ( Get ( LayoutTableName ) ; "Sched" ) =0
and
CalendarMonth::CalDate1_k_Calc <= CalendarScheduling::CalFliterDateGlob
and
CalendarMonth::CalDate7_k_Calc >= CalendarScheduling::CalFliterDateGlob
That's it!