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??
Me.UltraDayView1.UIElement.DirtyChildElements(True)
This forces to the creation filter to fire immediately
Sorry for the slow response time. I've been working on other things
That didn't work for me.
I am guessing because there is no DayHeaderUIElement in the UIElement.ChildElements collection
Any other ideas?