From bcea017f07ea74f836a69bd93b54a02997a12573 Mon Sep 17 00:00:00 2001 From: chi Date: Tue, 7 Jan 2025 17:32:27 +0900 Subject: [PATCH] =?UTF-8?q?null=20=EB=8D=B0=EC=9D=B4=ED=84=B0=20=EC=97=85?= =?UTF-8?q?=EB=AC=B4=ED=98=95=ED=83=9C=EA=B0=80=20=EB=B3=B4=EC=9D=B4?= =?UTF-8?q?=EC=A7=80=20=EC=95=8A=EB=8A=94=20=ED=98=84=EC=83=81=20=EC=88=98?= =?UTF-8?q?=EC=A0=95(=EC=86=90=EC=84=B8=EC=9A=A9,=20=EC=A0=95=EC=9E=AC?= =?UTF-8?q?=ED=9D=AC)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SubProject/FPJ0000/Project/fProjectData.cs | 8 +++----- SubProject/FPJ0000/dsJobReport.Designer.cs | 2 +- SubProject/FPJ0000/dsJobReport.xsd | 2 +- SubProject/FPJ0000/dsJobReport.xss | 2 +- 4 files changed, 6 insertions(+), 8 deletions(-) diff --git a/SubProject/FPJ0000/Project/fProjectData.cs b/SubProject/FPJ0000/Project/fProjectData.cs index e5d1dd0..eaab64e 100644 --- a/SubProject/FPJ0000/Project/fProjectData.cs +++ b/SubProject/FPJ0000/Project/fProjectData.cs @@ -107,21 +107,19 @@ namespace FPJ0000 catch (System.Exception ex) { rtBack.Text = rtDesc.Text = rtAft.Text = rtBef.Text = ""; - - System.Windows.Forms.MessageBox.Show(ex.Message); + AR.UTIL.MsgE(ex.Message); + //System.Windows.Forms.MessageBox.Show(ex.Message); } this.cmbReqProcess.Text = dr.process; this.cmbState.Text = dr.status; this.cmbReqTeam.Text = dr.part; - //this.cmbCate.Text = dr.category; this.tbDue.Text = dr.crdue; this.cmbReqSite.Text = dr.ReqSite; this.cmbReqPlant.Text = dr.ReqPlant; this.cmbReqPackage.Text = dr.ReqPackage; this.cmbReqLine.Text = dr.ReqLine; - //this.tbSFI.Text = dr.sfi.ToString(); - + rtAft.Text = string.Empty; rtBef.Text = string.Empty; rtDesc.Text = string.Empty; diff --git a/SubProject/FPJ0000/dsJobReport.Designer.cs b/SubProject/FPJ0000/dsJobReport.Designer.cs index 930b5a1..95b192d 100644 --- a/SubProject/FPJ0000/dsJobReport.Designer.cs +++ b/SubProject/FPJ0000/dsJobReport.Designer.cs @@ -3502,7 +3502,7 @@ SELECT idx, gcode, grp, code, svalue, ivalue, fvalue, memo, wuid, wdate, svalue2 this._commandCollection[1].Connection = this.Connection; this._commandCollection[1].CommandText = "SELECT idx, gcode, grp, code, svalue, ivalue, fvalue, memo, wuid, wdate, svalue2" + "\r\nFROM Common WITH (nolock)\r\nWHERE (gcode = @gcode) AND (grp = @grp) AND (I" + - "SNULL(svalue2, \'\') = @jobtype)\r\nORDER BY code"; + "SNULL(svalue2, \'N/A\') = @jobtype)\r\nORDER BY code"; this._commandCollection[1].CommandType = global::System.Data.CommandType.Text; this._commandCollection[1].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@gcode", global::System.Data.SqlDbType.VarChar, 10, global::System.Data.ParameterDirection.Input, 0, 0, "gcode", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._commandCollection[1].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@grp", global::System.Data.SqlDbType.VarChar, 10, global::System.Data.ParameterDirection.Input, 0, 0, "grp", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); diff --git a/SubProject/FPJ0000/dsJobReport.xsd b/SubProject/FPJ0000/dsJobReport.xsd index 5559fff..1ac8f2f 100644 --- a/SubProject/FPJ0000/dsJobReport.xsd +++ b/SubProject/FPJ0000/dsJobReport.xsd @@ -224,7 +224,7 @@ SELECT idx, gcode, grp, code, svalue, ivalue, fvalue, memo, wuid, wdate, svalue2 SELECT idx, gcode, grp, code, svalue, ivalue, fvalue, memo, wuid, wdate, svalue2 FROM Common WITH (nolock) -WHERE (gcode = @gcode) AND (grp = @grp) AND (ISNULL(svalue2, '') = @jobtype) +WHERE (gcode = @gcode) AND (grp = @grp) AND (ISNULL(svalue2, 'N/A') = @jobtype) ORDER BY code diff --git a/SubProject/FPJ0000/dsJobReport.xss b/SubProject/FPJ0000/dsJobReport.xss index fac0576..7d86925 100644 --- a/SubProject/FPJ0000/dsJobReport.xss +++ b/SubProject/FPJ0000/dsJobReport.xss @@ -4,7 +4,7 @@ Changes to this file may cause incorrect behavior and will be lost if the code is regenerated. --> - +