correzione gestione pagina MultiOut x cambio linea (perdeva particolare)

This commit is contained in:
Samuele E. Locatelli
2016-07-13 15:21:23 +02:00
parent f0299aab78
commit af9cdc0c2b
12 changed files with 10 additions and 4 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+1 -1
View File
@@ -12,7 +12,7 @@
<div class="panel panel-primary panel-sm">
<div class="panel-heading">
<b>
<asp:Label runat="server" ID="lblUdcParent"><%: traduci("UDC") %></asp:Label></b>
<asp:Label runat="server" ID="lblUdcParent"></asp:Label></b>
</div>
<div class="panel-body">
<div class="row">
@@ -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();
}
BIN
View File
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.