Print Page | Close Window

edit in place not firing event

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=12575
Printed Date: 07 October 2024 at 5:25am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: edit in place not firing event
Posted By: austro
Subject: edit in place not firing event
Date Posted: 31 October 2008 at 12:01am
Hi
 
When I click on the "Click Here to add appointment" it will fire a EventIsEditOperationDisabled Event with the every operation except the xtpCalendarEO_InPlaceCreateEvent. I am using a custom data provider so I am at a loss as to why.
I should be returning 14.
Here is my code

PROCEDURE LP_AXC_IsEditOperationDisabled(OpParams=AX_Calendar>>EditOperationParameters)

DisableOperation is boolean

testevint is int= OpParams>>Operation

Trace("Edit Operation"+testevint)

IF gwbDisableDragging_ForRecurrenceEvents THEN

IF OpParams>>Operation =1 OR OpParams>>Operation = 2 OR OpParams>>Operation =3 OR OpParams>>Operation = 4 THEN

IF OpParams>>EventViews(0)>>Event>>RecurrenceState <> 0 THEN

DisableOperation = True

END

END

END

 
Regards
Mark 
 



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