Пример #1
0
 void ucRecords_OnUpdate(object sender, atLogic.UpdateEventArgs e)
 {
     //if (this.ParentForm != null)
     //{
     ApplyBR(e.SavedOK);
     //}
 }
Пример #2
0
        void ucSSTCase_OnUpdate(object sender, atLogic.UpdateEventArgs e)
        {
            ApplyBR(e.SavedOK);

            if (e.SavedOK && SSTM.DB.SSTCaseMatter.Count > 0)
            {
                IssuesGroupBox.Visible = SSTM.DB.SSTCaseMatter.Count > 0;
                gbNoIssues.Visible     = (SSTM.DB.SSTCaseMatter.Count == 0);
            }
        }
Пример #3
0
 void EFile_OnUpdate(object sender, atLogic.UpdateEventArgs e)
 {
     if (e.ChangedRows[0].RowState == DataRowState.Deleted)
     {
         ParentFile.Close();
     }
     else
     {
         LoadTOC();
     }
 }
Пример #4
0
 void ucBankruptcy_OnUpdate(object sender, atLogic.UpdateEventArgs e)
 {
     ApplyBR(e.SavedOK);
 }
Пример #5
0
        //private void setBSFilter()
        //{
        //    bool viewAll = (FM.AtMng.WorkingAsOfficer.OfficeId == FM.CurrentFile.OwnerOfficeId);
        //    if (FM.AtMng.SecurityManager.CanExecute(0, atSecurity.SecurityManager.Features.SysAdmin) == atSecurity.SecurityManager.ExPermissions.Yes)
        //        viewAll = true;

        //    if (!viewAll)
        //    {
        //        taxingBindingSource.Filter = "OfficeId = " + FM.AtMng.WorkingAsOfficer.OfficeId;
        //    }

        //}

        void ucTaxingRecommendation_OnUpdate(object sender, atLogic.UpdateEventArgs e)
        {
            ApplyBR(e.SavedOK);
        }
Пример #6
0
 void ucCompOffer_OnUpdate(object sender, atLogic.UpdateEventArgs e)
 {
     ApplyBR(e.SavedOK);
 }
Пример #7
0
 void ucFileHistory_OnUpdate(object sender, atLogic.UpdateEventArgs e)
 {
     ApplyBR(e.SavedOK);
 }
Пример #8
0
 void ucActivityBF_OnUpdate(object sender, atLogic.UpdateEventArgs e)
 {
     ApplyBR(e.SavedOK);
 }
Пример #9
0
 void ucCashBlotterOffice_OnUpdate(object sender, atLogic.UpdateEventArgs e)
 {
     ApplyBR(e.SavedOK);
 }
Пример #10
0
 void ucSSTRequest_OnUpdate(object sender, atLogic.UpdateEventArgs e)
 {
     ApplyBR(e.SavedOK);
 }
Пример #11
0
 void ucOfficePersonnel_OnUpdate(object sender, atLogic.UpdateEventArgs e)
 {
     ApplyBR(e.SavedOK);
 }
Пример #12
0
 void EFile_OnUpdate(object sender, atLogic.UpdateEventArgs e)
 {
     ApplyBR(e.SavedOK);
 }
Пример #13
0
 void ucSSTDecision_OnUpdate(object sender, atLogic.UpdateEventArgs e)
 {
     ApplyBR(e.SavedOK);
 }
Пример #14
0
 void ucInsolvency_OnUpdate(object sender, atLogic.UpdateEventArgs e)
 {
     ApplyBR(e.SavedOK);
 }
Пример #15
0
        void ucFileContact_OnUpdate(object sender, atLogic.UpdateEventArgs e)
        {
            ApplyBR(e.SavedOK);

        }
Пример #16
0
 void ucOpponent_OnUpdate(object sender, atLogic.UpdateEventArgs e)
 {
     ApplyBR(e.SavedOK);
 }
Пример #17
0
 void ucToC_OnUpdate(object sender, atLogic.UpdateEventArgs e)
 {
     LoadTOC();
 }