refresh versione installata su IIS01/IIS02 e zip x somaschini ITA
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -397,7 +397,6 @@ public partial class mod_elencoRichieste : ApplicationUserControl
|
||||
break;
|
||||
case "All":
|
||||
default:
|
||||
//ods.FilterExpression = "";
|
||||
break;
|
||||
}
|
||||
if (!chkMostraIntChiusi.Checked)
|
||||
@@ -417,45 +416,7 @@ public partial class mod_elencoRichieste : ApplicationUserControl
|
||||
{
|
||||
addToOdsFilter("(idxMacchina = {2})");
|
||||
}
|
||||
|
||||
#if false
|
||||
// controllo SE il ddl indica TUTTI gli interventi, solo Mtz Prog o Mtz Prog Esclusa
|
||||
switch (ddlFiltAmbito.SelectedValue)
|
||||
{
|
||||
case "MtzPre":
|
||||
ods.FilterExpression = "(idxAmbito = 7)";
|
||||
break;
|
||||
case "NoMtzPre":
|
||||
ods.FilterExpression = "(idxAmbito <> 7)";
|
||||
break;
|
||||
case "All":
|
||||
default:
|
||||
ods.FilterExpression = "";
|
||||
break;
|
||||
}
|
||||
if (!chkMostraIntChiusi.Checked)
|
||||
{
|
||||
if (ods.FilterExpression != "")
|
||||
{
|
||||
|
||||
ods.FilterExpression += " AND ";
|
||||
}
|
||||
ods.FilterExpression += "(idxStato < 3)";
|
||||
}
|
||||
|
||||
if (memLayer.ML.isInSessionObject("idxTipo_filt"))
|
||||
{
|
||||
ods.FilterExpression += " AND (idxTipo = {1})";
|
||||
}
|
||||
if (memLayer.ML.isInSessionObject("idxImpianto_filt"))
|
||||
{
|
||||
ods.FilterExpression += " AND (idxImpianto = {2})";
|
||||
}
|
||||
if (memLayer.ML.isInSessionObject("idxMacchina_filt"))
|
||||
{
|
||||
ods.FilterExpression += " AND (idxMacchina = {3})";
|
||||
}
|
||||
#endif
|
||||
// bind dati!
|
||||
ods.DataBind();
|
||||
}
|
||||
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user