Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Calendar
  New Posts New Posts RSS Feed - Not Saved Event Label Color
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Not Saved Event Label Color

 Post Reply Post Reply
Author
Message
chavnick View Drop Down
Newbie
Newbie


Joined: 23 October 2009
Location: Greece
Status: Offline
Points: 2
Post Options Post Options   Thanks (0) Thanks(0)   Quote chavnick Quote  Post ReplyReply Direct Link To This Post Topic: Not Saved Event Label Color
    Posted: 01 November 2009 at 7:45am
 
    Dim pLabel As CalendarEventLabel
I have put the following code on Form_Load event but when I run the sample
althoughI can choose on the compo the following names and colors
only the names are saved not the colors of the Labels.
What's wrong?

      Dim pLabel As CalendarEventLabel
     frmMain.CalendarControl.DataProvider.LabelList.Item(0).Name = "GENERAL"
     frmMain.CalendarControl.DataProvider.LabelList.Item(10).Name = "FIXED"
     frmMain.CalendarControl.DataProvider.LabelList.Item(2).Name = "FILLINGS"
     frmMain.CalendarControl.DataProvider.LabelList.Item(5).Name = "IMPLANTS"
     frmMain.CalendarControl.DataProvider.LabelList.Item(3).Name = "ENDO"
     frmMain.CalendarControl.DataProvider.LabelList.Item(4).Name = "ENDO FINAL"
     frmMain.CalendarControl.DataProvider.LabelList.Item(9).Name = "VISITOR"
     frmMain.CalendarControl.DataProvider.LabelList.Item(1).Name = "REMOVABLE"
     frmMain.CalendarControl.DataProvider.LabelList.Item(8).Name = "PERIO"
     frmMain.CalendarControl.DataProvider.LabelList.Item(6).Name = "PLAN"
     frmMain.CalendarControl.DataProvider.LabelList.Item(7).Name = "SURGICAL"
 
    For Each pLabel In frmMain.CalendarControl.DataProvider.LabelList
        cmbLabel.AddItem pLabel.Name
        cmbLabel.ItemData(cmbLabel.NewIndex) = pLabel.LabelID
      
    Next
      frmMain.CalendarControl.Populate
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.109 seconds.