NR파트 검색 기능 추가
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user