=====* unimarc *=====
- 마크 목록 정리 - [ Marc_mkList.cs ] 기타 풀막을 시방서 마크 목록으로 넘기는 소스코드 정리완료 [Marc_Plan_Sub_SelectLIst.cs] 시방서 목록을 선택하는 폼 작업및 정리중. [Marc_Plan_Sub_SelectList_Edit] 위의 폼 Sub폼 작업및 정리 완료.
This commit is contained in:
@@ -22,6 +22,7 @@ using WindowsFormsApp1.마크;
|
||||
using WindowsFormsApp1.회계;
|
||||
using WindowsFormsApp1.납품관리;
|
||||
using UniMarc.회계;
|
||||
using UniMarc.Properties;
|
||||
|
||||
namespace WindowsFormsApp1
|
||||
{
|
||||
@@ -70,8 +71,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;
|
||||
Settings.Default.compidx = com_idx;
|
||||
Settings.Default.User = toolStripLabel1.Text;
|
||||
|
||||
this.Text = "[ '" + com_idx + "' : " + result[5] + " - " + result[3] + "]";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user