Patch level :10.0 883

Files correlati     :
Ricompilazione Demo : [ ]
Commento            :
sistemate lunghezze codici CUP


git-svn-id: svn://10.65.10.50/branches/R_10_00@21417 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
luca 2011-01-11 15:02:14 +00:00
parent 947e9c7a9d
commit 38d104c13a
3 changed files with 14 additions and 14 deletions

View File

@ -675,16 +675,16 @@ END
STRING F_CMS_IBANFIN 27
BEGIN
PROMPT 25 3 "IBAN "
FLAGS "D"
PROMPT 25 3 "IBAN "
FLAGS "D"
END
STRING F_CMS_CUPFIN 22
STRING F_CMS_CUPFIN 15
BEGIN
PROMPT 2 5 "CUP "
USE %CUP
INPUT CODTAB F_CMS_CUPFIN
DISPLAY "Codice@22" CODTAB
DISPLAY "Codice@15" CODTAB
DISPLAY "Descrizione@50" S0
OUTPUT F_CMS_CUPFIN CODTAB
OUTPUT F_CMS_DCUPFIN S0
@ -698,7 +698,7 @@ BEGIN
USE %CUP KEY 2
INPUT S0 F_CMS_DCUPFIN
DISPLAY "Ragione Sociale@50" S0
DISPLAY "Codice@22" CODTAB
DISPLAY "Codice@15" CODTAB
COPY OUTPUT F_CMS_CUPFIN
GROUP 1
END
@ -821,12 +821,12 @@ BEGIN
FLAGS "D"
END
STRING F_CMS_CUPFOR 22
STRING F_CMS_CUPFOR 15
BEGIN
PROMPT 2 5 "CUP "
USE %CUP
INPUT CODTAB F_CMS_CUPFOR
DISPLAY "Codice@22" CODTAB
DISPLAY "Codice@15" CODTAB
DISPLAY "Descrizione@50" S0
OUTPUT F_CMS_CUPFOR CODTAB
OUTPUT F_CMS_DCUPFOR S0
@ -839,7 +839,7 @@ BEGIN
USE %CUP KEY 2
INPUT S0 F_CMS_DCUPFOR
DISPLAY "Ragione Sociale@50" S0
DISPLAY "Codice@22" CODTAB
DISPLAY "Codice@15" CODTAB
COPY OUTPUT F_CMS_CUPFOR
END

View File

@ -407,12 +407,12 @@ BEGIN
CHECKTYPE SEARCH
END
STRING F_CUP 22
STRING F_CUP 15
BEGIN
PROMPT 2 11 "CUP "
USE %CUP
INPUT CODTAB F_CUP
DISPLAY "Codice@22" CODTAB
DISPLAY "Codice@15" CODTAB
DISPLAY "Descrizione@50" S0
OUTPUT F_CUP CODTAB
OUTPUT F_DCUP S0
@ -426,7 +426,7 @@ BEGIN
USE %CUP KEY 2
INPUT S0 F_DCUP
DISPLAY "Ragione Sociale@50" S0
DISPLAY "Codice@22" CODTAB
DISPLAY "Codice@15" CODTAB
COPY OUTPUT F_CUP
END

View File

@ -452,12 +452,12 @@ BEGIN
FLAGS "D"
END
STRING F_CUP 22
STRING F_CUP 15
BEGIN
PROMPT 1 8 "CUP "
USE %CUP
INPUT CODTAB F_CUP
DISPLAY "Codice@22" CODTAB
DISPLAY "Codice@15" CODTAB
DISPLAY "Descrizione@50" S0
OUTPUT F_CUP CODTAB
OUTPUT F_DCUP S0
@ -471,7 +471,7 @@ BEGIN
USE %CUP KEY 2
INPUT S0 F_DCUP
DISPLAY "Descrizione@50" S0
DISPLAY "Codice@22" CODTAB
DISPLAY "Codice@15" CODTAB
COPY OUTPUT F_CUP
END