Corretto errore MI3554 sulla dimensione dei progressivi

git-svn-id: svn://10.65.10.50/trunk@5592 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
guy 1997-11-11 11:28:36 +00:00
parent 8476f48aa4
commit fe06139042

View File

@ -350,17 +350,17 @@ BEGIN
ITEM "T|Trimestrale"
END
NUMBER F_PROG_DARE 17
NUMBER F_PROG_DARE 18
BEGIN
PROMPT 1 7 "Progressivo dare "
HELP "Progressivo dare del giornale"
FIELD R1
PICTURE "#.###.###.###.###"
PICTURE "."
FLAGS "R"
GROUP 6
END
NUMBER F_TOT_INCASSI 15
NUMBER F_TOT_INCASSI 18
BEGIN
PROMPT 1 7 "Totale incassi "
HELP "Progressivo degli incassi effettuati"
@ -380,7 +380,7 @@ BEGIN
MESSAGE TRUE DISABLE,F_STAMPA_LIQUIDAZIONE|"X",F_STAMPA_LIQUIDAZIONE
END
NUMBER F_TOT_PAGAMENTI 15
NUMBER F_TOT_PAGAMENTI 18
BEGIN
PROMPT 42 7 "Totale pagamenti "
HELP "Progressivo dei pagamenti effettuati"
@ -398,13 +398,13 @@ BEGIN
HELP "Indicare se stampare a fine periodo la liquidazione"
END
NUMBER F_PROG_AVERE 17
NUMBER F_PROG_AVERE 18
BEGIN
PROMPT 1 9 "Progressivo avere "
HELP "Progressivo avere del giornale"
FIELD R2
FLAGS "R"
PICTURE "#.###.###.###.###"
PICTURE "."
GROUP 6
END