Corretta anomalia in partura celle (non sentiva primo val selezionato)

git-svn-id: https://keyhammer.ath.cx/svn/GMW/trunk@57 365432ac-a1b5-4ffd-bb28-6d3099d32164
This commit is contained in:
samuele
2010-05-19 09:58:11 +00:00
parent ebb284aab4
commit a16fd09333
3 changed files with 8 additions and 1 deletions
@@ -322,7 +322,14 @@ namespace GMW.WebUserControls
mod_filtroMag.ods = odsFiltroMag;
mod_filtroBlock.ods = odsFiltroBlock;
// imposto corretto valore x filtro Mag
mod_filtroMag.valore = memLayer.ML.StringSessionObj("CodMag_sel");
if (memLayer.ML.isInSessionObject("CodMag_sel"))
{
mod_filtroMag.valore = memLayer.ML.StringSessionObj("CodMag_sel");
}
else
{
memLayer.ML.setSessionVal("CodMag_sel", mod_filtroMag.valore, false);
}
if (memLayer.ML.isInSessionObject("IdxBlocco_sel"))
{
mod_filtroBlock.valore = memLayer.ML.StringSessionObj("IdxBlocco_sel");
Binary file not shown.
Binary file not shown.