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:
@@ -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.
Reference in New Issue
Block a user