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:
parent
31ec147100
commit
93370e3ebe
@ -3,3 +3,4 @@
|
||||
#define F_RIFERIMENTO 103
|
||||
#define F_PROFILO 104
|
||||
#define F_PSTAMPA 105
|
||||
#define F_CODCAUS 106
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user