Not Delete CalendarEventLabels |
Post Reply |
Author | |
Ingrid
Newbie Joined: 20 December 2006 Location: United Kingdom Status: Offline Points: 10 |
Post Options
Thanks(0)
Posted: 19 July 2007 at 2:17am |
Hello,
the calendar Event cannot be deleted. I become Error. Dim pLabel As CalendarEventLabels pLabel.Remove Call pLabel.AddLabel(0, RGB(255, 255, 255), "Kein") Call pLabel.AddLabel(1, RGB(255, 148, 132), "wichtig") Call pLabel.AddLabel(2, RGB(132, 156, 231), "geschäftlich") Thanks Ingrid |
|
dentor
Senior Member Joined: 30 November 2005 Location: France Status: Offline Points: 102 |
Post Options
Thanks(0)
|
Hello,
I think the good syntax must be :
With CalendarControl.DataProvider.LabelList
.RemoveAll .AddLabel 0, RGB(255, 255, 255), "Kein" .AddLabel 1, RGB(255, 148, 132), "wichtig" .AddLabel 2, RGB(132, 156, 231), "geschäftlich" End With Does it work for you ?
|
|
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 |