=====* unimarc *=====
- 마크 목록 정리 - [ Marc_mkList.cs ] 기타 풀막을 시방서 마크 목록으로 넘기는 소스코드 정리중.
This commit is contained in:
@@ -70,6 +70,8 @@ namespace WindowsFormsApp1
|
||||
|
||||
cmd = _DB.DB_Select_Search("`idx`", "Comp", "comp_name", result[5]);
|
||||
com_idx = _DB.DB_Send_CMD_Search(cmd).Replace("|", "");
|
||||
UniMarc.Properties.Settings.Default.compidx = com_idx;
|
||||
UniMarc.Properties.Settings.Default.User = toolStripLabel1.Text;
|
||||
|
||||
this.Text = "[ '" + com_idx + "' : " + result[5] + " - " + result[3] + "]";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user