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
410
DayView - WeekView - MonthView linked
posted

Hi guys

I have two questions about using these controls:

1) I use dayview, weekview and monthview controls on my form (all linked to UltraCalendarInfo1) so that the user can select their desired layout using simple radiobuttons. My default view is dayview. In this view it's possible to add an appointment and this appointment is shown in the two other views. Now when I select my month view and try to add an appointment, the appointment dialog appaers but clicking on save and close nothing happens and it seems tehe appointment is not saved. Same case using the weekview. How come this does not work?

2) I also have a ultracalendarcombo on this form. I would like to change the date in this combobox whenever I click on a date in one of the three calendar views. How can I achieve this?

Best regards

Parents
No Data
Reply
  • 410
    posted

    ok, what I found out so far is that weekview and monthview do not save apoointments because there are multiple owners and the view on both week- and monthview are set to 'Merged'.

    Is there anyway to create appointments in merged mode? for example by putting an extra combobox on the AutoAppointmentDialog where you can select an owner?

Children