Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
105
Automatically save appointment after changes
posted

Good day,

I am working off of your WINSCHEDULE DATABASE DEMO CS.

I don't want to have to rely on the user pressing save.

I would like to automatically save all appointment changes. It appears that I will write my own appointment dialog so I can handle changes there.

Where is the best place to check/apply these changes?

I have added set the following events to call UpdateAppointmentsTable:

AfterAppointmentEdited
AfterActiveOwnerChanged
AfterAppointmentResized
AfterAppointmentsDeleted
AfterAppointmentsMoved

Is this the best way? Did I miss any kind of edits?

I assume that I will have to do this on all of the different views?

-Markus

Parents
  • 53790
    posted

    Hello Markus,

    Maybe other possible apprach could be if you are using the

    ultraCalendarInfo1_CalendarInfoChanged() event. The event will fired after any property has changed in the controls (like UltraMothViewSingle, UltraTimeLIneView and etc.)

    Please let me know if you have any questions.

    Regards 

Reply Children
No Data