Ignore:
Timestamp:
Feb 21, 2011, 9:21:24 AM (13 years ago)
Author:
Sam Habiel
Message:

Remove CGSchedLib.OutputArray everywhere. Used to be needed in VS 2003; not anymore as you can see tables now.
CalendarGrid:

  • Make MinSince80 and TimesOverlap static functions for use by other classes since they are done over and over again.

CGAppointments:

  • Documentation updates

CGAVDocument:

CGDocument:

CGDocumentManager:

CGSchedLib: Lots of Changes

CGView:

  • OnUpdateScheduleCallback now has try catch when it this.Invokes the original form so that it won't crash if the form has been closed before it gets called.
File:
1 edited

Legend:

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

    r908 r1095  
    9797                                //Build AccessGroup table containing *active* AccessTypes and their Groups
    9898                                m_dtTypes = m_dsGlobal.Tables["AccessGroupType"];
    99                                 CGSchedLib.OutputArray(m_dtTypes, "Access Group Type");
    10099                                //Create a view that is filterable on Access Group
    101100                                m_dvTypes = new DataView(m_dtTypes);
     
    657656                        int nAccessTypeID;
    658657                        string sAccessType;
    659                         CGSchedLib.OutputArray(m_dtResult, "Result Grid");
     658
    660659                        foreach (DataRow dr in m_dtResult.Rows)
    661660                        {
     
    674673                                }
    675674                        }
    676                         CGSchedLib.OutputArray(m_dtResult, "Result Grid");
     675
    677676
    678677                        m_dvResult = new DataView(m_dtResult);
Note: See TracChangeset for help on using the changeset viewer.