Patch level :

Files correlati     :
Ricompilazione Demo : [ ]
Commento            : Stampa sospesi: comprende anche i bloccati (nuovo tipo di sospensione)


git-svn-id: svn://10.65.10.50/trunk@7901 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
cris 1999-03-08 15:01:53 +00:00
parent b2f1c3ada4
commit b1fe4bf8ac
2 changed files with 2 additions and 2 deletions

View File

@ -360,7 +360,7 @@ bool TStampaSospesi::set_print(int m)
if (tiposo.not_empty())
filtro << '(' << SOG_STATO << "== \"" << tiposo << "\")";
else
filtro << "TCS->S6 == \"S\"";
filtro << "((TCS->S6 == \"S\") || (TCS->S6 == \"B\"))";
const TString16 prosstipo = _msk->get(F_PROSSTIPO);
if (prosstipo.not_empty())
filtro << " && (" << SOG_PROS_STATO << "== \"" << prosstipo << "\")";

View File

@ -283,7 +283,7 @@ STRING F_TIPO 2
BEGIN
PROMPT 2 11 "Tipo sospensione "
FLAGS "U"
USE TCS SELECT S6="S"
USE TCS SELECT (S6="S") || (S6="B")
INPUT CODTAB F_TIPO
DISPLAY "Codice" CODTAB
DISPLAY "Descrizione@30" S0