Patch level :

Files correlati     :
Ricompilazione Demo : [ ]
Commento            : Corretto Azzera sulla maschera e escluso lo spostamento delle convocazioni gia' stampate


git-svn-id: svn://10.65.10.50/trunk@7734 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
cris 1999-02-02 14:34:15 +00:00
parent 68dcc4a524
commit 20a95adf50
2 changed files with 2 additions and 2 deletions

@ -112,7 +112,7 @@ bool TSpostamentoConv::set_print(int m)
_spostadal = _msk->get(F_SPOSTADAL);
_spostaal = _msk->get(F_SPOSTAAL);
_contatore = 0;
TString256 filtro = "";
TString256 filtro = "(116->STAMPATO != \"X\")";
// filtro per punto di prelievo
if (_punto.not_empty())
{

@ -16,7 +16,7 @@ END
BUTTON F_AZZERA 9 2
BEGIN
PROMPT -34 -11 "~Azzera"
PROMPT -34 -11 "A~zzera"
MESSAGE EXIT,F_AZZERA
END