This commit is contained in:
chi
2024-01-02 09:31:13 +09:00
parent 6a60c44489
commit 7a7b667b3d
13 changed files with 56 additions and 22 deletions

View File

@@ -41,7 +41,7 @@ namespace FBS0000
//}
//사용자 목록 업데이트
this.cmbUser.DataSource = FCOMMON.DBM.getUserTable();
this.cmbUser.DataSource = FCOMMON.DBM.getActiveUserTable();
this.cmbUser.DisplayMember = "dispName";
this.cmbUser.ValueMember = "id";
// this.bs.DataSource = dr;