Aggiunto il codice causale ai tipi documento.

git-svn-id: svn://10.65.10.50/trunk@3415 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
angelo 1996-08-21 10:21:12 +00:00
parent 31ec147100
commit 93370e3ebe
2 changed files with 13 additions and 0 deletions

View File

@ -3,3 +3,4 @@
#define F_RIFERIMENTO 103
#define F_PROFILO 104
#define F_PSTAMPA 105
#define F_CODCAUS 106

View File

@ -63,6 +63,18 @@ BEGIN
CHECKTYPE REQUIRED
END
STRING F_CODCAUS 3
BEGIN
PROMPT 2 10 "Codice causale "
FIELD S6
USE LF_CAUSALI
INPUT CODCAUS F_CODCAUS
DISPLAY "Codice" CODCAUS
DISPLAY "Descrizione@50" DESCR
OUTPUT F_CODCAUS CODCAUS
CHECKTYPE REQUIRED
END
ENDPAGE
ENDMASK