typo pulizia commenti
This commit is contained in:
@@ -635,31 +635,6 @@ namespace C_TRACK
|
||||
}
|
||||
Response.Redirect("~/barcode");
|
||||
}
|
||||
#if false
|
||||
DS_applicazione.IstObjRow rigaIstObj;
|
||||
// calcolo lo stato dell'oggetto...
|
||||
try
|
||||
{
|
||||
rigaIstObj = XPS_data.XPS.obj.taObj.getByIdxObj(mod_barcode1.comandoRegistrato.valore)[0];
|
||||
currState = rigaIstObj.CodStato;
|
||||
}
|
||||
catch
|
||||
{
|
||||
}
|
||||
tipoEsito esito = stateMachine.st.doAction("E_Stati", mod_barcode1.comandoRegistrato.valore, currState, mod_barcode1.comandoRegistrato.prevCmdIn);
|
||||
if (esito == tipoEsito.ok)
|
||||
{
|
||||
msg2show = string.Format("{0}: {1}", mod_barcode1.comandoRegistrato.valore, user_std.UtSn.Traduci("chgStateDone"));
|
||||
}
|
||||
else if (esito == tipoEsito.error)
|
||||
{
|
||||
msg2show = user_std.UtSn.Traduci("cannotStateChange");
|
||||
}
|
||||
else
|
||||
{
|
||||
msg2show = user_std.UtSn.Traduci("unknownCmd");
|
||||
}
|
||||
#endif
|
||||
// reset e mostro output...
|
||||
mod_barcode1.resetMe();
|
||||
if (msg2show != "")
|
||||
|
||||
Reference in New Issue
Block a user