update raise evento messaggi errore in pagine TK

This commit is contained in:
Samuele Locatelli
2014-05-20 09:11:09 +02:00
parent e7da820ab0
commit 2af3f588ea
9 changed files with 26 additions and 1 deletions
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
+6 -1
View File
@@ -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:
BIN
View File
Binary file not shown.
Binary file not shown.
Binary file not shown.