Print Page | Close Window

Locked Event for not move

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=7572
Printed Date: 07 October 2024 at 3:40pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Locked Event for not move
Posted By: rpech
Subject: Locked Event for not move
Date Posted: 10 July 2007 at 3:20pm
I wish that a Event not moved in day or time,  that is to say, that remains immovable(locked).
 
is it possible to do this?
 
 


-------------
No olvides agradecer



Replies:
Posted By: apuhjee
Date Posted: 17 July 2007 at 6:14pm
I just did this a few days ago by using the IsEditOperationDisabled Event.  C# code snippet to disable all user edits:
 
private void calendar_IsEditOperationDisabled(object sender,
   AxXtremeCalendarControl._DCalendarControlEvents_IsEditOperationDisabledEvent e)
{
     e.bDisableOperation = true;
}


-------------
I like mathematics because it is not human and has nothing particular
to do with this planet or with the whole accidental universe — because,
like Spinoza's God, it won't love us in return.



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