Calendar Reminder Event |
Post Reply |
Author | |
pv-amadeus
Newbie Joined: 04 April 2007 Location: Germany Status: Offline Points: 2 |
Post Options
Thanks(0)
Posted: 17 April 2007 at 3:18am |
Hi,
I'm having problems with Reminders. Did I understand this correctly ?
When I enable Reminders in the CalendarControl with:
CalendarControl.EnableReminders(True)
and my event has:
ptrEvent.Reminder = True
ptrEvent.ReminderMinutesBeforeStart = 5
I assumed that the CalendarControl.Reminder Collection should hold the new Reminder. But the CalendarControl.Reminder.Count is 0.
The Reminder Event is then fired at the right time, but the "e.reminder is Nothing" ?!?
Any Idea what I'm doing wrong ?
we use the trial version of 10.4.2 Calendar Control
THX for explanations
Patrick
PS: By accident I postet this one also in the c++ forum a while ago (without answers). sorry for that.
|
|
sserge
Moderator Group Joined: 01 December 2004 Status: Offline Points: 1297 |
Post Options
Thanks(0)
|
OnReminders event has 2 parameters:
Action Reminder There are a few actions listed below fro which Reminder parameter is Null: xtpCalendarRemindersMonitoringStarted xtpCalendarRemindersMonitoringStopped xtpCalendarReminderDismissedAll xtpCalendarRemindersFire - mean that CalendarControl.Reminders collection changed or its item(s) changed Use CalendarControl.Reminders to get active reminders. -- WBR, Serge |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |