Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Calendar
  New Posts New Posts RSS Feed - edit in place not firing event
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

edit in place not firing event

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


Joined: 03 October 2008
Location: Australia
Status: Offline
Points: 9
Post Options Post Options   Thanks (0) Thanks(0)   Quote austro Quote  Post ReplyReply Direct Link To This Post Topic: edit in place not firing event
    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 
 
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.156 seconds.