Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Calendar
  New Posts New Posts RSS Feed - ScheduleID of Multiple Resources
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

ScheduleID of Multiple Resources

 Post Reply Post Reply
Author
Message
tslu View Drop Down
Newbie
Newbie


Joined: 14 September 2006
Status: Offline
Points: 8
Post Options Post Options   Thanks (0) Thanks(0)   Quote tslu Quote  Post ReplyReply Direct Link To This Post Topic: ScheduleID of Multiple Resources
    Posted: 21 September 2006 at 9:47pm
I want to find out whether it is possible to get the schedule/column id to which column a user choose to add a new event to.
Back to Top
sserge View Drop Down
Moderator Group
Moderator Group


Joined: 01 December 2004
Status: Offline
Points: 1297
Post Options Post Options   Thanks (0) Thanks(0)   Quote sserge Quote  Post ReplyReply Direct Link To This Post Posted: 22 September 2006 at 5:10am
Sure, take a look at how it is implemented in our VB CalendarSample:

        Dim nScheduleNr As Integer
        nScheduleNr = frmMain.CalendarControl.ActiveView.Selection.GroupIndex
        cmbSchedule.ListIndex = nScheduleNr


--
WBR,
Serge
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.125 seconds.