diff --git a/CMS-SC-Data/DS_Applicazione.Designer.cs b/CMS-SC-Data/DS_Applicazione.Designer.cs index bf7ded0..2d9603b 100644 --- a/CMS-SC-Data/DS_Applicazione.Designer.cs +++ b/CMS-SC-Data/DS_Applicazione.Designer.cs @@ -13299,7 +13299,7 @@ SELECT IdxDossier, CodScheda, Vers, NumScheda, Descrizione, opz, FasiEnab FROM S this._commandCollection[5].CommandType = global::System.Data.CommandType.StoredProcedure; this._commandCollection[5].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@RETURN_VALUE", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.ReturnValue, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._commandCollection[5].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IdxDossier", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._commandCollection[5].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@CodSchedaVers", global::System.Data.SqlDbType.NVarChar, 100, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._commandCollection[5].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@CodSchedaVersNum", global::System.Data.SqlDbType.NVarChar, 100, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._commandCollection[5].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Fase", global::System.Data.SqlDbType.NVarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._commandCollection[6] = new global::System.Data.SqlClient.SqlCommand(); this._commandCollection[6].Connection = this.Connection; @@ -13492,7 +13492,7 @@ SELECT IdxDossier, CodScheda, Vers, NumScheda, Descrizione, opz, FasiEnab FROM S [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] - public virtual int insMissing(global::System.Nullable IdxDossier, string CodSchedaVers, string Fase) { + public virtual int insMissing(global::System.Nullable IdxDossier, string CodSchedaVersNum, string Fase) { global::System.Data.SqlClient.SqlCommand command = this.CommandCollection[5]; if ((IdxDossier.HasValue == true)) { command.Parameters[1].Value = ((int)(IdxDossier.Value)); @@ -13500,11 +13500,11 @@ SELECT IdxDossier, CodScheda, Vers, NumScheda, Descrizione, opz, FasiEnab FROM S else { command.Parameters[1].Value = global::System.DBNull.Value; } - if ((CodSchedaVers == null)) { + if ((CodSchedaVersNum == null)) { command.Parameters[2].Value = global::System.DBNull.Value; } else { - command.Parameters[2].Value = ((string)(CodSchedaVers)); + command.Parameters[2].Value = ((string)(CodSchedaVersNum)); } if ((Fase == null)) { command.Parameters[3].Value = global::System.DBNull.Value; diff --git a/CMS-SC-Data/DS_Applicazione.xsd b/CMS-SC-Data/DS_Applicazione.xsd index c736973..3a09acc 100644 --- a/CMS-SC-Data/DS_Applicazione.xsd +++ b/CMS-SC-Data/DS_Applicazione.xsd @@ -1003,7 +1003,7 @@ SELECT IdxDossier, CodScheda, Vers, NumScheda, Descrizione, opz, FasiEnab FROM S - + dbo.stp_SCM_insMisFasiMissing @@ -1014,7 +1014,7 @@ SELECT IdxDossier, CodScheda, Vers, NumScheda, Descrizione, opz, FasiEnab FROM S - + dbo.stp_SCM_updateQuery @@ -1130,13 +1130,13 @@ FROM v_Misure - + - + dbo.stp_Mis_RemSetMis @@ -1149,7 +1149,7 @@ FROM v_Misure - + dbo.stp_Mis_updateMis @@ -1380,7 +1380,7 @@ SELECT TagCode, DescrTag FROM AnagTags WHERE (TagCode = @TagCode) - + @@ -1400,7 +1400,7 @@ SELECT TagCode, DescrTag FROM AnagTags WHERE (TagCode = @TagCode) - + @@ -1437,7 +1437,7 @@ SELECT TagCode, DescrTag FROM AnagTags WHERE (TagCode = @TagCode) - + @@ -1457,7 +1457,7 @@ SELECT TagCode, DescrTag FROM AnagTags WHERE (TagCode = @TagCode) - + @@ -1499,7 +1499,7 @@ SELECT TagCode, DescrTag FROM AnagTags WHERE (TagCode = @TagCode) - + @@ -1548,7 +1548,7 @@ SELECT TagCode, DescrTag FROM AnagTags WHERE (TagCode = @TagCode) - + @@ -1573,7 +1573,7 @@ SELECT TagCode, DescrTag FROM AnagTags WHERE (TagCode = @TagCode) - + @@ -1630,7 +1630,7 @@ SELECT TagCode, DescrTag FROM AnagTags WHERE (TagCode = @TagCode) - + @@ -1676,7 +1676,7 @@ SELECT TagCode, DescrTag FROM AnagTags WHERE (TagCode = @TagCode) - + @@ -1713,7 +1713,7 @@ SELECT TagCode, DescrTag FROM AnagTags WHERE (TagCode = @TagCode) - + @@ -1806,7 +1806,7 @@ SELECT TagCode, DescrTag FROM AnagTags WHERE (TagCode = @TagCode) - + @@ -1920,7 +1920,7 @@ SELECT TagCode, DescrTag FROM AnagTags WHERE (TagCode = @TagCode) - + @@ -1940,7 +1940,7 @@ SELECT TagCode, DescrTag FROM AnagTags WHERE (TagCode = @TagCode) - + @@ -2030,18 +2030,18 @@ SELECT TagCode, DescrTag FROM AnagTags WHERE (TagCode = @TagCode) - - - - - - - - - - - - + + + + + + + + + + + + \ No newline at end of file diff --git a/CMS-SC-Data/bin/Debug/CMS-SC-Data.dll b/CMS-SC-Data/bin/Debug/CMS-SC-Data.dll index 8d76ef7..fcc42f0 100644 Binary files a/CMS-SC-Data/bin/Debug/CMS-SC-Data.dll and b/CMS-SC-Data/bin/Debug/CMS-SC-Data.dll differ diff --git a/CMS-SC-Data/bin/Debug/SteamWare.dll b/CMS-SC-Data/bin/Debug/SteamWare.dll index f47778f..c126635 100644 Binary files a/CMS-SC-Data/bin/Debug/SteamWare.dll and b/CMS-SC-Data/bin/Debug/SteamWare.dll differ diff --git a/CMS-SC-Data/bin/Release/CMS-SC-Data.dll b/CMS-SC-Data/bin/Release/CMS-SC-Data.dll index 86228cc..749783e 100644 Binary files a/CMS-SC-Data/bin/Release/CMS-SC-Data.dll and b/CMS-SC-Data/bin/Release/CMS-SC-Data.dll differ diff --git a/CMS-SC-Data/bin/Release/SteamWare.dll b/CMS-SC-Data/bin/Release/SteamWare.dll index 8ccabfc..759de9d 100644 Binary files a/CMS-SC-Data/bin/Release/SteamWare.dll and b/CMS-SC-Data/bin/Release/SteamWare.dll differ diff --git a/CMS-SC-Data/obj/Debug/CMS-SC-Data.dll b/CMS-SC-Data/obj/Debug/CMS-SC-Data.dll index 8d76ef7..fcc42f0 100644 Binary files a/CMS-SC-Data/obj/Debug/CMS-SC-Data.dll and b/CMS-SC-Data/obj/Debug/CMS-SC-Data.dll differ diff --git a/CMS-SC-Data/obj/Debug/TempPE/DS_Applicazione.Designer.cs.dll b/CMS-SC-Data/obj/Debug/TempPE/DS_Applicazione.Designer.cs.dll index ca57c77..29f3362 100644 Binary files a/CMS-SC-Data/obj/Debug/TempPE/DS_Applicazione.Designer.cs.dll and b/CMS-SC-Data/obj/Debug/TempPE/DS_Applicazione.Designer.cs.dll differ diff --git a/CMS-SC-Data/obj/Release/CMS-SC-Data.dll b/CMS-SC-Data/obj/Release/CMS-SC-Data.dll index 86228cc..749783e 100644 Binary files a/CMS-SC-Data/obj/Release/CMS-SC-Data.dll and b/CMS-SC-Data/obj/Release/CMS-SC-Data.dll differ diff --git a/CMS-SC-Data/obj/Release/TempPE/DS_Applicazione.Designer.cs.dll b/CMS-SC-Data/obj/Release/TempPE/DS_Applicazione.Designer.cs.dll index 240a923..41ab99e 100644 Binary files a/CMS-SC-Data/obj/Release/TempPE/DS_Applicazione.Designer.cs.dll and b/CMS-SC-Data/obj/Release/TempPE/DS_Applicazione.Designer.cs.dll differ diff --git a/CMS-SC-Data/obj/Release/TempPE/DS_Utility.Designer.cs.dll b/CMS-SC-Data/obj/Release/TempPE/DS_Utility.Designer.cs.dll index 632f893..c0b7302 100644 Binary files a/CMS-SC-Data/obj/Release/TempPE/DS_Utility.Designer.cs.dll and b/CMS-SC-Data/obj/Release/TempPE/DS_Utility.Designer.cs.dll differ diff --git a/CMS_SC/Bootstrap.Master b/CMS_SC/Bootstrap.Master index b32ffd0..f65331c 100644 --- a/CMS_SC/Bootstrap.Master +++ b/CMS_SC/Bootstrap.Master @@ -77,8 +77,8 @@