Exemple #1
0
        //##########################################END CLASS SubjectScheduleSearchList EVENTS#######################################################

        #endregion

        #region Programers-Defined Void Procedures
        //this procedure updates the special class data by date start and date end
        private void SelectByDateStartEndScheduleInformationDetails(String queryString)
        {
            try
            {
                this.Cursor = Cursors.WaitCursor;

                _auxiliaryManager.SelectByDateStartEndAuxiliaryServiceDetails(_userInfo, queryString, _dateStart, _dateEnd, this.ctlManagerAux.IsMarkedDeleted);
            }
            catch (Exception ex)
            {
                RemoteClient.ProcStatic.ShowErrorDialog(ex.Message, "Error Retrieving Data");
            }
            finally
            {
                this.ctlManagerAux.SetFocusOnSearchTextBox();

                this.Cursor = Cursors.Arrow;
            }
        }//--------------------------------