10052 : It is possible to link Start and Stop of TimeItem to datasource. Is it possible to link TimeItemText as well?

Question
– It is possible to link Start and Stop of TimeItem to datasource. Is it possible to link TimeItemText as well? Or at least to link TimeItemTexts in an automated way to UserReference object properties?
 
Answer
– One approach is to implement the TimeItemDataConnect.OnBeforeDSToTimeItem. This event fires when a change has occurred on the datarow that contains the time item. You can then extract additional attributes from this row (or sub-rows) and create time item texts etc.
 

Leave a Reply