campo-sirio/src/at/attbprf.uml
bonazzi 9f90b0bf72 Patch level : 12.0 no patch
Files correlati     : 
Commento            :

Riaggiunto AVIS ai sorgenti

git-svn-id: svn://10.65.10.50/branches/R_10_00@23247 c028cbd2-c16b-5b4b-a496-9718f37d4682
2016-09-10 08:28:36 +00:00

41 lines
841 B
Plaintext
Executable File

#include "attbprf.h"
TOOLBAR "" 0 0 0 2
#include <relapbar.h>
ENDPAGE
PAGE "Professioni" -1 -1 78 7
STRING F_TABPRF_CODTAB 4
BEGIN
PROMPT 2 1 "Codice "
FIELD CODTAB
HELP "Inserire il codice della professione"
USE PRF
CHECKTYPE REQUIRED
INPUT CODTAB F_TABPRF_CODTAB
DISPLAY "Codice" CODTAB
DISPLAY "Descrizione@40" S0
OUTPUT F_TABPRF_CODTAB CODTAB
OUTPUT F_TABPRF_DESCR S0
KEY 1
FLAGS "U"
END
STRING F_TABPRF_DESCR 40
BEGIN
PROMPT 2 3 "Descrizione "
FIELD S0
HELP "Inserire la descrizione della professione"
USE PRF KEY 2
CHECKTYPE REQUIRED
INPUT S0 F_TABPRF_DESCR
DISPLAY "Descrizione@40" S0
DISPLAY "Codice" CODTAB
COPY OUTPUT F_TABPRF_CODTAB
KEY 2
END
ENDPAGE
ENDMASK