Exemple #1
0
        private void LoadDrawingList(bool sortByCAD)
        {
            mdsUpdates = CBDrawingLog.GetListbyDeptProjForUpdate(miCurrDept, miCurrProj, cboWBS.Text, true);

            tdbgQuikUpdate.DataView = C1.Win.C1TrueDBGrid.DataViewEnum.Normal;
            tdbgQuikUpdate.GroupedColumns.Clear();

            tdbgQuikUpdate.SetDataBinding(mdsUpdates, "Table", true);

            TotalHours();

            if (fgQuikUpdate.Visible)
            {
                LoadGridWithDrawings();
            }
        }