diff --git a/GMW-RT/bin/GMW-RT.dll b/GMW-RT/bin/GMW-RT.dll index 7f33abcf..b4833eed 100644 Binary files a/GMW-RT/bin/GMW-RT.dll and b/GMW-RT/bin/GMW-RT.dll differ diff --git a/GMW-RT/bin/GMW_data.dll b/GMW-RT/bin/GMW_data.dll index a7efca9b..cc890334 100644 Binary files a/GMW-RT/bin/GMW_data.dll and b/GMW-RT/bin/GMW_data.dll differ diff --git a/GMW-RT/bin/SteamWare.dll b/GMW-RT/bin/SteamWare.dll index 54556361..b11251f0 100644 Binary files a/GMW-RT/bin/SteamWare.dll and b/GMW-RT/bin/SteamWare.dll differ diff --git a/GMW-UT/bin/GMW-UT.dll b/GMW-UT/bin/GMW-UT.dll index 2b63d69d..3f9f2896 100644 Binary files a/GMW-UT/bin/GMW-UT.dll and b/GMW-UT/bin/GMW-UT.dll differ diff --git a/GMW-UT/bin/GMW_data.dll b/GMW-UT/bin/GMW_data.dll index a7efca9b..cc890334 100644 Binary files a/GMW-UT/bin/GMW_data.dll and b/GMW-UT/bin/GMW_data.dll differ diff --git a/GMW-UT/bin/SteamWare.dll b/GMW-UT/bin/SteamWare.dll index 54556361..b11251f0 100644 Binary files a/GMW-UT/bin/SteamWare.dll and b/GMW-UT/bin/SteamWare.dll differ diff --git a/GMW/WebUserControls/mod_PostFinMultOUT.ascx b/GMW/WebUserControls/mod_PostFinMultOUT.ascx index f1f80740..d2fecf34 100644 --- a/GMW/WebUserControls/mod_PostFinMultOUT.ascx +++ b/GMW/WebUserControls/mod_PostFinMultOUT.ascx @@ -12,7 +12,7 @@
- <%: traduci("UDC") %> +
diff --git a/GMW/WebUserControls/mod_PostFinMultOUT.ascx.cs b/GMW/WebUserControls/mod_PostFinMultOUT.ascx.cs index 8b92567a..01f96885 100644 --- a/GMW/WebUserControls/mod_PostFinMultOUT.ascx.cs +++ b/GMW/WebUserControls/mod_PostFinMultOUT.ascx.cs @@ -50,6 +50,10 @@ namespace GMW.WebUserControls traduciObj(); CodBlocco = Postazione.currCodBlocco; checkNumKeyIn(); + // reimposto eventuale particolare...?!? + currParticolare = "";// currParticolare; + grView.DataSourceID = "ods"; + lblUdcParent.Text = traduci("UDC"); } doChecks(); } @@ -203,12 +207,12 @@ namespace GMW.WebUserControls { get { - //return memLayer.ML.StringSessionObj(string.Format("currParticolare_{0}", uid)); - return hfCurrPart.Value; + return memLayer.ML.StringSessionObj(string.Format("currParticolare_{0}", uid)); + //return hfCurrPart.Value; } set { - //memLayer.ML.setSessionVal(string.Format("currParticolare_{0}", uid), value, memLayer.ML.confReadBool("keepParticolareSel")); + memLayer.ML.setSessionVal(string.Format("currParticolare_{0}", uid), value, memLayer.ML.confReadBool("keepParticolareSel")); hfCurrPart.Value = value; } } @@ -789,6 +793,8 @@ namespace GMW.WebUserControls // resetto i dati QtaTot e particolare... qta = 0; currParticolare = ""; + grView.DataSourceID = "ods"; + lblUdcParent.Text = traduci("UDC"); txtQta.Text = ""; doChecks(); } diff --git a/GMW/bin/GMW.dll b/GMW/bin/GMW.dll index b4e9f7bd..cb14c09f 100644 Binary files a/GMW/bin/GMW.dll and b/GMW/bin/GMW.dll differ diff --git a/GMW/bin/GMW_data.dll b/GMW/bin/GMW_data.dll index a7efca9b..cc890334 100644 Binary files a/GMW/bin/GMW_data.dll and b/GMW/bin/GMW_data.dll differ diff --git a/GMW/bin/SteamWare.dll b/GMW/bin/SteamWare.dll index 54556361..b11251f0 100644 Binary files a/GMW/bin/SteamWare.dll and b/GMW/bin/SteamWare.dll differ diff --git a/GMW/bin/VersGen.dll b/GMW/bin/VersGen.dll index 1d4d90a9..9d5968e4 100644 Binary files a/GMW/bin/VersGen.dll and b/GMW/bin/VersGen.dll differ