update raise evento messaggi errore in pagine TK
This commit is contained in:
Binary file not shown.
@@ -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());
|
||||
}
|
||||
}
|
||||
/// <summary>
|
||||
/// wrapper per log con salvataggio dell'IP del chiamante
|
||||
|
||||
@@ -457,6 +457,11 @@ namespace GMW.WebUserControls
|
||||
checkStampa();
|
||||
grView.DataBind();
|
||||
txtBarcode.Focus();
|
||||
// raise dell'evento
|
||||
if (eh_reqUpdate != null)
|
||||
{
|
||||
eh_reqUpdate(this, new EventArgs());
|
||||
}
|
||||
}
|
||||
/// <summary>
|
||||
/// controllo l'abilitazioen alla stampa UDC:
|
||||
|
||||
@@ -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());
|
||||
}
|
||||
}
|
||||
/// <summary>
|
||||
/// wrapper per log con salvataggio dell'IP del chiamante
|
||||
|
||||
@@ -459,6 +459,11 @@ namespace GMW.WebUserControls
|
||||
checkStampa();
|
||||
grView.DataBind();
|
||||
txtBarcode.Focus();
|
||||
// raise dell'evento
|
||||
if (eh_reqUpdate != null)
|
||||
{
|
||||
eh_reqUpdate(this, new EventArgs());
|
||||
}
|
||||
}
|
||||
/// <summary>
|
||||
/// 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";
|
||||
}
|
||||
|
||||
@@ -406,6 +406,11 @@ namespace GMW.WebUserControls
|
||||
{
|
||||
checkStampa();
|
||||
txtBarcode.Focus();
|
||||
// raise dell'evento
|
||||
if (eh_reqUpdate != null)
|
||||
{
|
||||
eh_reqUpdate(this, new EventArgs());
|
||||
}
|
||||
}
|
||||
/// <summary>
|
||||
/// controllo l'abilitazione alla stampa UDC:
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user