Changeset 1104 for Scheduling/trunk/cs/bsdx0200GUISourceCode
- Timestamp:
- Mar 7, 2011, 5:59:47 AM (15 years ago)
- File:
- 
      - 1 edited
 
 
Legend:
- Unmodified
- Added
- Removed
- 
      Scheduling/trunk/cs/bsdx0200GUISourceCode/CGDocumentManager.csr1098 r1104 678 678 setProgressDelegate(15); 679 679 setStatusDelegate(statusConst + " Holiday"); 680 sCommandText = "SELECT NAME, DATE FROM HOLIDAY WHERE DATE > '" + DateTime.Today.ToShortDateString()+ "'";680 sCommandText = "SELECT NAME, DATE FROM HOLIDAY WHERE INTERNAL[DATE] > '" + FMDateTime.Create(DateTime.Today).DateOnly.FMDateString + "'"; 681 681 ConnectInfo.RPMSDataTable(sCommandText, "HOLIDAY", m_dsGlobal); 682 682 Debug.Write("LoadingGlobalRecordsets -- Holidays loaded\n"); 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
