Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic All appointments are not displaying. (Read 2909 times)
Pankaj
YaBB Newbies
*
Offline


I Love MindFusion!

Posts: 4
Joined: Mar 6th, 2013
All appointments are not displaying.
Mar 14th, 2013 at 5:53am
Print Post  
Hello Experts
i am new to win form application
i am using planner .net control(ver. 4.0)
i am adding appointments to the calendar, but it is not displaying last few days appointments, i.e. if i want to show appointments from April012013 to April 30,2013 then it missed last 2 days. Please refer attached image.

Dim lstSchedules As List(Of Allday.ATSM.BusinessObjects.Schedule) = ptrnDayForDate.Schedules().OfType(Of Allday.ATSM.BusinessObjects.Schedule).ToList().OrderBy(Function(i) i.ID).ToList()

                Dim j As Integer = 0
                For Each itm As Allday.ATSM.BusinessObjects.Schedule In lstSchedules
                    Dim appt As New MindFusion.Scheduling.Appointment
                    appt.AllDayEvent = True
                    appt.Style = MakeStyle(itm)
                    j = j + 1
                    appt.Priority = j
                    appt.HeaderText = itm.Name
                    appt.StartTime = patternDate
                    appt.EndTime = patternDate
                    m_CalMain.Schedule.Items.Add(appt)
                    appt.Visible = True
                    appt.Locked = True
                Next

Please find attached image.

Please help me
Thanks.
  

imgshift.JPG (Attachment deleted)
Back to top
 
IP Logged
 
Meppy
God Member
*****
Offline


MindFusion support

Posts: 1783
Joined: Jul 20th, 2005
Re: All appointments are not displaying.
Reply #1 - Mar 14th, 2013 at 7:06am
Print Post  
This looks like a bug but I am unable to reproduce it with the latest version of the control. I presume this is something that has been fixed at some point. Can you download the most recent version (PlannerTrial.zip) and see if this problem persists?

Regards,
Meppy
  
Back to top
 
IP Logged
 
Pankaj
YaBB Newbies
*
Offline


I Love MindFusion!

Posts: 4
Joined: Mar 6th, 2013
Re: All appointments are not displaying.
Reply #2 - Mar 14th, 2013 at 9:25am
Print Post  
Thanks Mappy, I will try for this.

Mappy, do i need to pay for this upgrade?
  
Back to top
 
IP Logged
 
Meppy
God Member
*****
Offline


MindFusion support

Posts: 1783
Joined: Jul 20th, 2005
Re: All appointments are not displaying.
Reply #3 - Mar 14th, 2013 at 11:15am
Print Post  
If your one year maintenance subscription has expired, you have to renew it. Otherwise, you can simply download the latest version of the control from our clients area. For additional information, contact my colleagues at support@mindfusion.eu.

Regards,
Meppy
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint