diff --git a/GMW-RT/bin/GMW_data.dll b/GMW-RT/bin/GMW_data.dll index 05d4a963..7ddcb755 100644 Binary files a/GMW-RT/bin/GMW_data.dll and b/GMW-RT/bin/GMW_data.dll differ diff --git a/GMW/WebUserControls/mod_SterrTagIN.ascx.cs b/GMW/WebUserControls/mod_SterrTagIN.ascx.cs index 337fe25c..3831ce5c 100644 --- a/GMW/WebUserControls/mod_SterrTagIN.ascx.cs +++ b/GMW/WebUserControls/mod_SterrTagIN.ascx.cs @@ -317,6 +317,11 @@ namespace GMW.WebUserControls idxCella = Postazione.currIdxCella; grView.DataBind(); txtBarcode.Focus(); + // raise dell'evento + if (eh_reqUpdate != null) + { + eh_reqUpdate(this, new EventArgs()); + } } /// /// wrapper per log con salvataggio dell'IP del chiamante diff --git a/GMW/WebUserControls/mod_SterrTagOUT.ascx.cs b/GMW/WebUserControls/mod_SterrTagOUT.ascx.cs index 3430baa2..39fdf35d 100644 --- a/GMW/WebUserControls/mod_SterrTagOUT.ascx.cs +++ b/GMW/WebUserControls/mod_SterrTagOUT.ascx.cs @@ -457,6 +457,11 @@ namespace GMW.WebUserControls checkStampa(); grView.DataBind(); txtBarcode.Focus(); + // raise dell'evento + if (eh_reqUpdate != null) + { + eh_reqUpdate(this, new EventArgs()); + } } /// /// controllo l'abilitazioen alla stampa UDC: diff --git a/GMW/WebUserControls/mod_lavMeccIN.ascx.cs b/GMW/WebUserControls/mod_lavMeccIN.ascx.cs index a2cd1ea5..e0f8ccab 100644 --- a/GMW/WebUserControls/mod_lavMeccIN.ascx.cs +++ b/GMW/WebUserControls/mod_lavMeccIN.ascx.cs @@ -317,6 +317,11 @@ namespace GMW.WebUserControls idxCella = Postazione.currIdxCella; grView.DataBind(); txtBarcode.Focus(); + // raise dell'evento + if (eh_reqUpdate != null) + { + eh_reqUpdate(this, new EventArgs()); + } } /// /// wrapper per log con salvataggio dell'IP del chiamante diff --git a/GMW/WebUserControls/mod_lavMeccOUT.ascx.cs b/GMW/WebUserControls/mod_lavMeccOUT.ascx.cs index bcdf360a..d08c531a 100644 --- a/GMW/WebUserControls/mod_lavMeccOUT.ascx.cs +++ b/GMW/WebUserControls/mod_lavMeccOUT.ascx.cs @@ -459,6 +459,11 @@ namespace GMW.WebUserControls checkStampa(); grView.DataBind(); txtBarcode.Focus(); + // raise dell'evento + if (eh_reqUpdate != null) + { + eh_reqUpdate(this, new EventArgs()); + } } /// /// controllo l'abilitazioen alla stampa UDC: @@ -610,7 +615,7 @@ namespace GMW.WebUserControls } else { - httpLog(string.Format("Finiti LM OUT, Errore controllo coerenza elenco aprticolari IN!"), tipoLog.ERROR); + httpLog(string.Format("Finiti LM OUT, Errore controllo coerenza elenco particolari IN!"), tipoLog.ERROR); Postazione.messaggiText += "Errore particolari UDC da consumare non coerenti"; Postazione.CssClass = "stileComandoND"; } diff --git a/GMW/WebUserControls/mod_trattamenti.ascx.cs b/GMW/WebUserControls/mod_trattamenti.ascx.cs index 979103ca..b8123a83 100644 --- a/GMW/WebUserControls/mod_trattamenti.ascx.cs +++ b/GMW/WebUserControls/mod_trattamenti.ascx.cs @@ -406,6 +406,11 @@ namespace GMW.WebUserControls { checkStampa(); txtBarcode.Focus(); + // raise dell'evento + if (eh_reqUpdate != null) + { + eh_reqUpdate(this, new EventArgs()); + } } /// /// controllo l'abilitazione alla stampa UDC: diff --git a/GMW/bin/GMW.dll b/GMW/bin/GMW.dll index b01ff460..d6b99fb5 100644 Binary files a/GMW/bin/GMW.dll and b/GMW/bin/GMW.dll differ diff --git a/GMW/bin/GMW_data.dll b/GMW/bin/GMW_data.dll index 05d4a963..7ddcb755 100644 Binary files a/GMW/bin/GMW_data.dll and b/GMW/bin/GMW_data.dll differ diff --git a/ReleaseClienti/TK_test/GMW.zip b/ReleaseClienti/TK_test/GMW.zip index 90227132..366915a9 100644 Binary files a/ReleaseClienti/TK_test/GMW.zip and b/ReleaseClienti/TK_test/GMW.zip differ