Ignore:
Timestamp:
Mar 29, 2011, 10:29:04 AM (13 years ago)
Author:
Sam Habiel
Message:

Several Fixes found in my own testing:

  • CalendarGrid needs to have StartDate as 12:00:00, otherwise a subtraction to calculate the column number of each availability doesn't work properly
  • CGDocument needs to have SelectedDate set otherwise when it refreshes, it uses the selected date and makes the screen suddenly blank.
  • DApptSearch needs to make date/times proper to send over to DB. CGSchedLib.CreateAvailabilitySchedule needs the startDate to be the beginning of the day and end date to be the end of the day. Now this is done.
  • Updated exes.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Scheduling/trunk/cs/bsdx0200GUISourceCode/CGDocument.cs

    r1122 r1123  
    338338            {
    339339                //Create new Document
     340                this.SelectedDate = dDate.Date;
     341
    340342                m_ScheduleType = (m_sResourcesArray.Count == 1) ? ScheduleType.Resource : ScheduleType.Clinic;
    341343                bool bRet = false;
Note: See TracChangeset for help on using the changeset viewer.