campo-sirio/ba/batbues.uml
villa 4bc6bbff00 Risistemate modalita' di include
git-svn-id: svn://10.65.10.50/trunk@532 c028cbd2-c16b-5b4b-a496-9718f37d4682
1994-11-04 10:10:41 +00:00

102 lines
2.0 KiB
Plaintext
Executable File

#include "batbues.h"
TOOLBAR "" 0 20 0 2
#include <toolbar.h>
ENDPAGE
PAGE "Uffici esattoria" -1 -1 78 18
NUMBER FLD_TABUES_CODTAB 3
BEGIN
PROMPT 3 1 "Codice "
FIELD %UES->CODTAB
FLAGS "RZ"
KEY 1
USE %UES
INPUT CODTAB FLD_TABUES_CODTAB
DISPLAY "Codice" CODTAB
DISPLAY "Descrizione@25" S0
OUTPUT FLD_TABUES_CODTAB CODTAB
OUTPUT FLD_TABUES_S0 S0
HELP "Inserire il codice dell'ufficio esattoria"
CHECKTYPE REQUIRED
END
STRING FLD_TABUES_S0 25
BEGIN
PROMPT 3 3 "Ufficio "
FIELD %UES->S0
KEY 2
USE %UES KEY 2
INPUT S0 FLD_TABUES_S0
DISPLAY "Descrizione@25" S0
DISPLAY "Codice" CODTAB
OUTPUT FLD_TABUES_CODTAB CODTAB
OUTPUT FLD_TABUES_S0 S0
HELP "Inserire la descrizione dell'ufficio esattoria"
CHECKTYPE REQUIRED
END
STRING FLD_TABUES_S1 35
BEGIN
PROMPT 3 5 "Indirizzo "
FIELD %UES->S1
HELP "Inserire l'indirizzo della sede dell'ufficio esattoria"
END
STRING FLD_TABUES_S3 10
BEGIN
PROMPT 56 5 "N."
FIELD %UES->S3
HELP "Inserire il numero civico della sede dell'ufficio esattoria"
END
STRING FLD_TABUES_S6 4
BEGIN
PROMPT 3 7 "Comune "
FIELD %UES->S6
FLAGS "U"
USE LF_COMUNI
INPUT STATO ""
INPUT COM FLD_TABUES_S6
#include <comdcod.h>
OUTPUT FLD_TABUES_S6 COM
OUTPUT FLD_TABUES_S6_COMUNI_DENCOM DENCOM
OUTPUT FLD_TABUES_S6_COMUNI_PROVCOM PROVCOM
OUTPUT FLD_TABUES_S6_COMUNI_CAPCOM CAPCOM
HELP "Inserire il codice del comune della sede dell'ufficio esattoria"
CHECKTYPE NORMAL
END
STRING FLD_TABUES_S6_COMUNI_DENCOM 50
BEGIN
PROMPT 3 9 "Nome "
FLAGS "D"
END
STRING FLD_TABUES_S6_COMUNI_PROVCOM 6
BEGIN
PROMPT 3 11 "Provincia "
FLAGS "D"
END
STRING FLD_TABUES_S6_COMUNI_CAPCOM 5
BEGIN
PROMPT 56 11 "CAP "
FIELD %UES->S7
HELP "Inserire il numero civico della sede dell'ufficio esattoria"
END
STRING FLD_TABUES_S4 10
BEGIN
PROMPT 3 13 "C.Corr.Postale "
FIELD %UES->S4
HELP "Inserire il numero di conto corrente postale dell'ufficio"
END
ENDPAGE
ENDMASK