Custom WorkWeek View column text |
Post Reply |
Author | |
simus
Groupie Joined: 08 July 2005 Status: Offline Points: 43 |
Post Options
Thanks(0)
Posted: 25 July 2007 at 5:21am |
Hi,
Doing the following
I have the attached bitmap as result.
What I would like is to remove the day number and have only Monday, Tuesday and so on.
Can anyone tell me how it is possible?
Thanks and Best regards!
|
|
cjprb
Newbie Joined: 08 June 2007 Status: Offline Points: 10 |
Post Options
Thanks(0)
|
I guess you are using a CalendarThemeOffice2007.
In the setup for the calender, you ask to have events for the left part of the dateheader for dayviews.
AskItemTextFlags.SetFlag(xtpCalendarItemText_DayViewDayHeaderLeft)
In the event GetItemText write the following code
If itemparams.Item = xtpCalendarItemText_DayViewDayHeaderLeft then itemparams.text = ""
Regards
Claus Pedersen
|
|
simus
Groupie Joined: 08 July 2005 Status: Offline Points: 43 |
Post Options
Thanks(0)
|
Thanks
|
|
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 |