Ignore:
Timestamp:
Feb 21, 2011, 9:21:24 AM (14 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/CGDocumentManager.cs

    r1091 r1095  
    170170        /// Encoding decision is complex. This is the order of priority:
    171171        /// - If the M DB runs in UTF-8, that's what we are going to use.
    172         /// - If that's not so, /e sets the default encoding. If /e is a non-existent encoding, move forward.
     172        /// - If that's not so, /e sets the default encoding. If /e is a non-existent encoding, move to next step.
    173173        /// - If /e is not supplied or is not recognized, the default encoding is the Windows default Encoding for the user.
    174174        /// </remarks>
     
    606606                m_dsGlobal.Tables["ResourceGroup"].Columns["RESOURCE_GROUP"],   //Parent
    607607                m_dsGlobal.Tables["GroupResources"].Columns["RESOURCE_GROUP"]); //Child
    608             CGSchedLib.OutputArray(m_dsGlobal.Tables["GroupResources"], "GroupResources");
     608
    609609            m_dsGlobal.Relations.Add(dr);
    610610
Note: See TracChangeset for help on using the changeset viewer.