cells coloured differently represent |
Post Reply |
Author | |
Ingrid
Newbie Joined: 20 December 2006 Location: United Kingdom Status: Offline Points: 10 |
Post Options
Thanks(0)
Posted: 16 August 2007 at 8:40am |
I wrote its own function for the cell representation.
But does not function. Private Sub Besetzte_Zellen_anzeigen() Dim CellParams As XtremeCalendarControl.CalendarDayViewCellParams If TimeValue(CellParams.BeginTime) >= #8:00:00 AM# And _ TimeValue(CellParams.BeginTime) < #12:00:00 PM# _ And Weekday(CellParams.BeginTime) <> 1 And _ Weekday(CellParams.BeginTime) <> 7 Then CellParams.BackgroundColor = RGB(255, 255, 213) End If Did that already try out someone and does know me a helping? THANKS |
|
Rafael
Newbie Joined: 26 November 2007 Location: United States Status: Offline Points: 28 |
Post Options
Thanks(0)
|
Do you still have an issue with this function? If so, when (or from where) do you call this function? To be usefull you should call Besetzte_Zellen_anzeigen from
CalendarControl_BeforeDrawDayViewCell(ByVal CellParams As XtremeCalendarControl.CalendarDayViewCellParams)
...and pass the CellParams to your Besetzte_Zellen_anzeigen function
So take out the Dim CellParams As XtremeCalendarControl.CalendarDayViewCellParams line and add it as a parameter to your function
|
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |