Example #1
0
        private void cmbPage_SelectedIndexChanged(object sender, EventArgs e)
        {
            if (intTotalRecords > 0)
            {
                intCurrentPage = cmbPage.SelectedIndex;

                loadPage();
            }
            GridRecord.Focus();
        }
Example #2
0
 private void tmFocusList_Tick(object sender, EventArgs e)
 {
     tmFocusList.Enabled = false;
     txt거래처코드.Focus();
     txt부서명.Focus();
     if (GridRecord.Rows.Count == 0)
     {
         dtpDay1.Focus();
     }
     else
     {
         GridRecord.Focus();
     }
 }