diff --git a/XPS/WebUserControls/mod_elencoComm.ascx b/XPS/WebUserControls/mod_elencoComm.ascx index 5326cc1..4975ed5 100644 --- a/XPS/WebUserControls/mod_elencoComm.ascx +++ b/XPS/WebUserControls/mod_elencoComm.ascx @@ -156,25 +156,19 @@
- - - - - - - - + +
- - + + - + @@ -249,12 +243,9 @@ - - + - - diff --git a/XPS/WebUserControls/mod_elencoComm.ascx.cs b/XPS/WebUserControls/mod_elencoComm.ascx.cs index 07b95e5..69c24d6 100644 --- a/XPS/WebUserControls/mod_elencoComm.ascx.cs +++ b/XPS/WebUserControls/mod_elencoComm.ascx.cs @@ -122,8 +122,8 @@ namespace XPS.WebUserControls traduciObj(); SetUpByUserRight(); setupDataMin(); + aggiornaControlliDataGL(); } - aggiornaControlliDataGL(); _idxGridView = "CodDDT"; mf_clienti.eh_selValore += new EventHandler(mf_clienti_eh_selValore); mf_tipoFiltro.eh_selValore += new EventHandler(mf_tipoFiltro_eh_selValore); @@ -136,7 +136,7 @@ namespace XPS.WebUserControls private void setupDataMin() { // imposto data minima a x mesi fa... - intervalloDate periodo= new intervalloDate(); + intervalloDate periodo = new intervalloDate(); periodo.fine = DateTime.Today.AddDays(1); periodo.inizio = periodo.fine.AddMonths(-memLayer.ML.CRI("prevMonth")); mod_periodoAnalisi.intervalloAnalisi = periodo; @@ -391,10 +391,10 @@ namespace XPS.WebUserControls // carico l'idx dell'oggetto string idxObj = e.Keys["Cod"].ToString(); string _comando = ""; - if (SteamWare.memLayer.ML.isInSessionObject("nextObjCommand")) + if (memLayer.ML.isInSessionObject("nextObjCommand")) { - _comando = SteamWare.memLayer.ML.StringSessionObj("nextObjCommand"); - SteamWare.memLayer.ML.emptySessionVal("nextObjCommand"); + _comando = memLayer.ML.StringSessionObj("nextObjCommand"); + memLayer.ML.emptySessionVal("nextObjCommand"); } // verifico il tipo di richiesta (up/down level, clona o update normale switch (_comando) @@ -599,7 +599,7 @@ namespace XPS.WebUserControls /// protected void imgMostraLogStati_Click(object sender, ImageClickEventArgs e) { - SteamWare.memLayer.ML.setSessionVal("nextObjCommand", "mostraLog"); + memLayer.ML.setSessionVal("nextObjCommand", "mostraLog"); } /// /// salvo next cmd --> mostrare log stato! @@ -608,7 +608,7 @@ namespace XPS.WebUserControls /// protected void lbMostraLogStati_Click(object sender, EventArgs e) { - SteamWare.memLayer.ML.setSessionVal("nextObjCommand", "mostraLog"); + memLayer.ML.setSessionVal("nextObjCommand", "mostraLog"); } /// /// salvo in session che il prox comando è inserire scheduling x tutti... x non fare select... @@ -617,7 +617,7 @@ namespace XPS.WebUserControls /// protected void lbSchedulaTutto_Click(object sender, EventArgs e) { - SteamWare.memLayer.ML.setSessionVal("nextObjCommand", "schedulaTutto"); + memLayer.ML.setSessionVal("nextObjCommand", "schedulaTutto"); } /// /// salvo in session che il prox comando è inserire scheduling x tutti... x non fare select... @@ -626,7 +626,7 @@ namespace XPS.WebUserControls /// protected void lbSetStato_Click(object sender, EventArgs e) { - SteamWare.memLayer.ML.setSessionVal("nextObjCommand", "cambiaStato"); + memLayer.ML.setSessionVal("nextObjCommand", "cambiaStato"); } /// @@ -646,7 +646,7 @@ namespace XPS.WebUserControls /// protected void lbAccetta_Click(object sender, EventArgs e) { - SteamWare.memLayer.ML.setSessionVal("nextObjCommand", "accettaObj"); + memLayer.ML.setSessionVal("nextObjCommand", "accettaObj"); } /// /// salvo in session che il prox comando è registrare come fatturato... @@ -655,7 +655,7 @@ namespace XPS.WebUserControls /// protected void lbFattura_Click(object sender, EventArgs e) { - SteamWare.memLayer.ML.setSessionVal("nextObjCommand", "fatturaObj"); + memLayer.ML.setSessionVal("nextObjCommand", "fatturaObj"); } /// /// gestione cambio selezione valore @@ -667,8 +667,8 @@ namespace XPS.WebUserControls string _comando = ""; if (SteamWare.memLayer.ML.isInSessionObject("nextObjCommand")) { - _comando = SteamWare.memLayer.ML.StringSessionObj("nextObjCommand"); - SteamWare.memLayer.ML.emptySessionVal("nextObjCommand"); + _comando = memLayer.ML.StringSessionObj("nextObjCommand"); + memLayer.ML.emptySessionVal("nextObjCommand"); } switch (_comando) { @@ -694,7 +694,7 @@ namespace XPS.WebUserControls break; default: // è select... // salvo in session il valore selezionato... - SteamWare.memLayer.ML.setSessionVal(string.Format("{0}_sel", _idxGridView), grView.SelectedValue.ToString(), true); + memLayer.ML.setSessionVal(string.Format("{0}_sel", _idxGridView), grView.SelectedValue.ToString(), true); // sollevo evento nuovo valore... if (eh_selValore != null) { diff --git a/XPS/WebUserControls/mod_scadenziarioCommesse.ascx.designer.cs b/XPS/WebUserControls/mod_scadenziarioCommesse.ascx.designer.cs index 5c41671..ad14ef3 100644 --- a/XPS/WebUserControls/mod_scadenziarioCommesse.ascx.designer.cs +++ b/XPS/WebUserControls/mod_scadenziarioCommesse.ascx.designer.cs @@ -1,10 +1,9 @@ //------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:2.0.50727.4963 // // Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. +// the code is regenerated. // //------------------------------------------------------------------------------ diff --git a/XPS_data/DS_applicazione.xsd b/XPS_data/DS_applicazione.xsd index 8e20002..58bc851 100644 --- a/XPS_data/DS_applicazione.xsd +++ b/XPS_data/DS_applicazione.xsd @@ -2024,10 +2024,10 @@ WHERE (IdxObj = @IdxObj) - - - - + + + + \ No newline at end of file