Hi !!!!
i need to catch the result of "Series or Occurrance Dialog" if anyone know how to do it will be great
tnx in advance
tnx Brian that was helpfull , i thought it would be something like that just wanted to make sure we are on the wright way :)
tnx
There is no event that fires after the user dismisses that dialog. What would have to do is handle the BeforeDisplayAppointmentDialog event, cancel it, show the RecurrenceEditType dialog modally (this is a publicly exposed Form-derived class), and check the Result property when execution returns. Then you would have to show the AppointmentDialog accordingly.