Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Calendar
  New Posts New Posts RSS Feed - Multischedule problem
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Multischedule problem

 Post Reply Post Reply
Author
Message
Makarand View Drop Down
Senior Member
Senior Member
Avatar

Joined: 27 February 2007
Location: India
Status: Offline
Points: 140
Post Options Post Options   Thanks (0) Thanks(0)   Quote Makarand Quote  Post ReplyReply Direct Link To This Post Topic: Multischedule problem
    Posted: 18 November 2008 at 5:04am
Hi,
I am using following code to create event in multischedule.

   m_pCalendar = &GetCalendarCtrl();
   pCalendarData = m_pCalendar->GetDataProvider();
   ptrEvent = pCalendarData->CreateNewEvent();
   ptrEvent->SetStartTime(evntStTime);
   ptrEvent->SetEndTime(evntEndTime);
   ptrEvent->SetSubject(strSubject);
   ptrEvent->SetLabelID(iColor);
   ptrEvent->SetScheduleID(nScheduleID);
   ptrEvent->SetEventID(nEventID);

I am setting eventID to the event. Now i need to use the same event ID for more than one schedule.

In this case I can't see the all events on the calendar.

How can I display the events whose event ID is same but the schedules are different? (More than one)


Please help me out.
Thanks in advance
-Makarand.
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.141 seconds.