NR파트 검색 기능 추가

This commit is contained in:
chi
2020-04-13 10:03:27 +09:00
parent 694993c54c
commit 0d4413db95
50 changed files with 13779 additions and 1366 deletions

View File

@@ -36,7 +36,7 @@ namespace FBS0000
this.dr = this.dsMSSQL.Holyday.Rows[0] as dsMSSQL.HolydayRow;
}
this.cmbUser.DataSource = FCOMMON.DBM.getUserTable(); ;
this.cmbUser.DataSource = FCOMMON.DBM.getUserTable();
this.cmbUser.DisplayMember = "dispName";
this.cmbUser.ValueMember = "id";
this.bs.DataSource = dr;
@@ -47,6 +47,8 @@ namespace FBS0000
private void __Load(object sender, EventArgs e)
{
bInit = true;
this.Show();
Application.DoEvents();
}
private void btOK_Click(object sender, EventArgs e)