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
90
Owner Name doesn't refresh
posted

 In my DayView control "owner"s are Work Crews.  I show crew name and a count of crew members as the owner name property shown on the control's header

I have mapped the control's header double click to edit my crew

When the edit is done. I need to refresh the header to show the correct count/crew name

this updates the value:      ucInfo.Owners(0).Name = sCrew + ": " + Str(iCrewMembers)

I tried calling  uDayView.Refresh()  but the updated value still does not show.

Help??