[성현모] Trend 클릭 오류 수정, DB 커넥션 정보 오류 수정
This commit is contained in:
@ -783,7 +783,7 @@ namespace SystemX.Product.TRA.UIControl
|
||||
if (nRowHndl < 0)
|
||||
return;
|
||||
|
||||
string strGetId = DTTestLogList.Rows[e.RowHandle][23].ToString();
|
||||
string strGetId = DTTestLogList.Rows[e.RowHandle][18].ToString();
|
||||
|
||||
BaseRow br = vGridControlInfo.Rows.GetRowByFieldName("TestRequestID");
|
||||
vGridControlInfo.SetCellValue(br, 0, strGetId);
|
||||
|
||||
Reference in New Issue
Block a user