Print Page | Close Window

ScheduleID of Multiple Resources

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Calendar
Forum Description: Topics Related to Codejock Calendar
URL: http://forum.codejock.com/forum_posts.asp?TID=5120
Printed Date: 03 July 2024 at 6:00am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: ScheduleID of Multiple Resources
Posted By: tslu
Subject: ScheduleID of Multiple Resources
Date 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.



Replies:
Posted By: sserge
Date 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



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net