Hi
Any sample code for using the ResourceBubbleID?
I'd like to setthem the same time as the Resouces.
Try
conn.Open()
reader = comm.ExecuteReader
While reader.Read
DayPilotScheduler1.Resources.Add(reader.Item("fldCar").ToString & " " & reader.Item("fldRegistration").ToString, reader.Item("fldCarID").ToString)
'DayPilotScheduler1.ResourceBubbleID = reader.Item("fldCarNotes").ToString ??????????????????
End While
reader.Close()
conn.Close()
Catch ex As Exception