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
55
Ultradayview
posted

When I click a tool bar button, I'm supposed to create a new appointment in ultradayview with the current time and half hour slot. 

I'm doing the following:

Dim day = udvMasterDay.CalendarInfo.ActiveDay.Date
Dim time = Now
udvMasterDay.SelectedTimeSlotRange.SetRange(day.AddHours(time.Hour), day.AddHours(time.Hour).AddSeconds(1800))
udvMasterDay.EnsureTimeSlotVisible(DateTime.Now, True)

How do I get the owner of the selectedtimeslot in the calendar? I need to pass the owner to a form that will open from the calendar. 

If I use the udvMasterDay.getownerfrompoint(), how do I get the coordinates of the selected timeslot?

Can you please guide. thank you

Parents
No Data
Reply Children
No Data