The name of the post says it all. I've got a WinSchedulePrint object on linked to my calendar views for day and month and it prints. My problem is when I want to print a date range I have to use the daily printstyle which puts each day on a seperate page. I'm looking for a way to put all the days, up to 7, on one page.
Set the CalenderInfo object's LogicalDayDuration setting to 23:59 and not 24:00.
I resolved the problem above but now I am having an issue when a start time starts at Midnight it puts a 24 hour appointment on the day before. I do not want this occuring at all and I've tried a few ways of fixing it but none work the way I really need it to. Currently the only what I have to fix this is to set the start time of the Appointment object to 00:01 but this is not the correct time. Anyone know anything about this?