..
This commit is contained in:
@@ -28,6 +28,8 @@ namespace FEQ0000
|
||||
Properties.Settings.Default["gwcs"] = FCOMMON.info.CS;
|
||||
Properties.Settings.Default["EEEntities"] = FCOMMON.info.CS;
|
||||
|
||||
|
||||
|
||||
bsManu = new BindingSource();
|
||||
bsModel = new BindingSource();
|
||||
this.dr = dr_;
|
||||
@@ -262,6 +264,10 @@ namespace FEQ0000
|
||||
{
|
||||
sidchk1 = string.Empty;
|
||||
dbchk1 = string.Empty;
|
||||
|
||||
//복사된 자료는 isd가 잇으면 sid가 잇다면 자동 처리해준다.
|
||||
if (tbSID.Text.StartsWith("10") && tbSID.TextLength == 9)
|
||||
dbchk1 = tbPumName.Text;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user