Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Calendar
  New Posts New Posts RSS Feed - How to suppress the Recurrence-EventDelete-Dialog?
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

How to suppress the Recurrence-EventDelete-Dialog?

 Post Reply Post Reply
Author
Message
Jebo View Drop Down
Senior Member
Senior Member


Joined: 27 October 2005
Location: Germany
Status: Offline
Points: 318
Post Options Post Options   Thanks (0) Thanks(0)   Quote Jebo Quote  Post ReplyReply Direct Link To This Post Topic: How to suppress the Recurrence-EventDelete-Dialog?
    Posted: 20 July 2008 at 3:23pm

Hello,

1.)
I don't need the "Do you want to delete all occurences..."-Question.
 
So please how can I suppress this DialogBox?
 
2.)
Please, how can I delete a complete Recurrence-series by code???
I I try to to use "calendar.DataProvider.DeleteEvent oEvent", only the selected one will delete and not the complete series!
 
Thank you for help
Jebo
 
Back to Top
jortola View Drop Down
Groupie
Groupie
Avatar

Joined: 17 June 2008
Location: Spain
Status: Offline
Points: 17
Post Options Post Options   Thanks (0) Thanks(0)   Quote jortola Quote  Post ReplyReply Direct Link To This Post Posted: 21 July 2008 at 11:41am
1) Read the code, it's just a dialog.Show()
 
2) Delete the MasterEvent, not the Event i think its oEvent.MasterEvent or oEvent.Recurrence[Something].MasterEvent
Back to Top
Jebo View Drop Down
Senior Member
Senior Member


Joined: 27 October 2005
Location: Germany
Status: Offline
Points: 318
Post Options Post Options   Thanks (0) Thanks(0)   Quote Jebo Quote  Post ReplyReply Direct Link To This Post Posted: 21 July 2008 at 11:45am
Originally posted by jortola jortola wrote:

1) Read the code, it's just a dialog.Show()
 
2) Delete the MasterEvent, not the Event i think its oEvent.MasterEvent or oEvent.Recurrence[Something].MasterEvent
 
Thx 4 help!
 
To 1:
No, it is no "dialog.show". I'm sure, because it appears in my own application!
 
To 2:
Thank you. It works fine with "...DeleteEvent OpParams.EventViews.ViewEvent(0).Event.RecurrencePattern.MasterEvent"
 
...hope, you mean this way!
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.