void m_fg_DoubleClick(object sender, EventArgs e)
        {
            try
            {
                US_V_RPT_410_BAO_CAO_TAI_CHINH_THEO_LOP_MON v_us = new US_V_RPT_410_BAO_CAO_TAI_CHINH_THEO_LOP_MON();
                if (!CGridUtils.IsThere_Any_NonFixed_Row(m_fg)) return;
                if (!CGridUtils.isValid_NonFixed_RowIndex(m_fg, m_fg.Row)) return;
                grid2us_object(v_us, m_fg.Row);

                F420_bao_cao_tien_phai_thu_theo_lop_mon_hoc_sinh v_frm = new F420_bao_cao_tien_phai_thu_theo_lop_mon_hoc_sinh();
                v_frm.display(m_dat_tu_ngay.Value.Date
                                , m_dat_den_ngay.Value.Date
                                , v_us.dcID
                                );
            }
            catch (Exception v_e)
            {
                CSystemLog_301.ExceptionHandle(v_e);
            }
        }
Esempio n. 2
0
        void m_cmd_tai_chinh_lm_hs_ItemClick(object sender, ItemClickEventArgs e)
        {
            try
            {
                F420_bao_cao_tien_phai_thu_theo_lop_mon_hoc_sinh v_frm = new F420_bao_cao_tien_phai_thu_theo_lop_mon_hoc_sinh();
                if (IsExistFormName(v_frm)) return;

                v_frm.MdiParent = this;
                v_frm.Show();
            }
            catch (Exception v_e)
            {
                CSystemLog_301.ExceptionHandle(v_e);
            }
        }
 void m_cmd_phai_thu_theo_lm_hs_Click(object sender, EventArgs e)
 {
     try
     {
         F420_bao_cao_tien_phai_thu_theo_lop_mon_hoc_sinh v_frm = new F420_bao_cao_tien_phai_thu_theo_lop_mon_hoc_sinh();
         m_tab_add.AddTab(xtraTabControl1, v_frm.Name, v_frm.Text, v_frm, new UserControl());
     }
     catch (Exception v_e)
     {
         CSystemLog_301.ExceptionHandle(v_e);
     }
 }