0598a18452
Files correlati : Ricompilazione Demo : [ ] Commento :tabelle BA in new style git-svn-id: svn://10.65.10.50/trunk@16514 c028cbd2-c16b-5b4b-a496-9718f37d4682
100 lines
1.9 KiB
Plaintext
Executable File
100 lines
1.9 KiB
Plaintext
Executable File
#include "batbues.h"
|
|
|
|
TOOLBAR "topbar" 0 0 0 2
|
|
#include <relapbar.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 "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 "Descrizione dell'ufficio esattoria"
|
|
CHECKTYPE REQUIRED
|
|
END
|
|
|
|
STRING FLD_TABUES_S1 35
|
|
BEGIN
|
|
PROMPT 3 5 "Indirizzo "
|
|
FIELD %UES->S1
|
|
HELP "Indirizzo della sede dell'ufficio esattoria"
|
|
END
|
|
|
|
STRING FLD_TABUES_S3 10
|
|
BEGIN
|
|
PROMPT 56 5 "N."
|
|
FIELD %UES->S3
|
|
HELP "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 "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 "Numero civico della sede dell'ufficio esattoria"
|
|
END
|
|
|
|
STRING FLD_TABUES_S4 10
|
|
BEGIN
|
|
PROMPT 3 13 "C.Corr.Postale "
|
|
FIELD %UES->S4
|
|
HELP "Numero di conto corrente postale dell'ufficio"
|
|
END
|
|
|
|
ENDPAGE
|
|
|
|
ENDMASK
|