diff --git a/CMS_SC/Collaudi.aspx.cs b/CMS_SC/Collaudi.aspx.cs index 77b7d83..73e7eba 100644 --- a/CMS_SC/Collaudi.aspx.cs +++ b/CMS_SC/Collaudi.aspx.cs @@ -97,8 +97,6 @@ namespace CMS_SC try { ddlFase.SelectedValue = getPar("ddlFase"); - // imposto selezione x maschera resoconto stato - mod_StatoCollaudi.Fase = Fase; } catch { @@ -112,19 +110,12 @@ namespace CMS_SC try { ddlDossier.SelectedValue = getPar("ddlDossier"); - // imposto selezione x maschera resoconto stato - mod_StatoCollaudi.idxDossier = IdxDossier.ToString(); } catch { ddlDossier.SelectedIndex = 0; } } - // rileggo SE CI SONO i parametri filtrati... - if (getPar("ddlSelScheda") != "") - { - mod_StatoCollaudi.CodSchedaVersNum = getPar("ddlSelScheda"); - } } /// @@ -185,12 +176,16 @@ namespace CMS_SC // aggiorno modulo stato.. mod_StatoCollaudi.Fase = Fase; mod_StatoCollaudi.idxDossier = IdxDossier.ToString(); + // rileggo SE CI SONO i parametri filtrati... + if (getPar("ddlSelScheda") != "") + { + mod_StatoCollaudi.CodSchedaVersNum = getPar("ddlSelScheda"); + } // aggiorno modulo collaudi mod_collaudi.IdxDossier = IdxDossier; mod_collaudi.CodSchedaVers = CodSchedaVers; mod_collaudi.Fase = Fase; - mod_collaudi.doUpdate(); } private void fixControlsPrev() { @@ -304,8 +299,10 @@ namespace CMS_SC // fix visualizzazione ddlDossier.DataBind(); fixControls(); + // salvo anche dossier! + savePar("ddlDossier", ddlDossier.SelectedValue); } - + protected void ddlFasePrev_SelectedIndexChanged(object sender, EventArgs e) { fixControlsPrev(); diff --git a/CMS_SC/bin/CMS_SC.dll b/CMS_SC/bin/CMS_SC.dll index 8097965..6350aa2 100644 Binary files a/CMS_SC/bin/CMS_SC.dll and b/CMS_SC/bin/CMS_SC.dll differ diff --git a/Release Clienti/CMS_SC.zip b/Release Clienti/CMS_SC.zip index 3a23d67..962c7e6 100644 Binary files a/Release Clienti/CMS_SC.zip and b/Release Clienti/CMS_SC.zip differ diff --git a/VersGen/bin/Release/VersGen.dll b/VersGen/bin/Release/VersGen.dll index a667177..0762425 100644 Binary files a/VersGen/bin/Release/VersGen.dll and b/VersGen/bin/Release/VersGen.dll differ