campo-sirio/cg/cgtbcbp.uml
guy b46459b21e Corretti conflitti su reverse charge in Prima nota
git-svn-id: svn://10.65.10.50/branches/R_10_00@23082 c028cbd2-c16b-5b4b-a496-9718f37d4682
2015-05-07 15:48:26 +00:00

45 lines
646 B
Plaintext

TOOLBAR "topbar" 0 0 0 2
#include <relapbar.h>
ENDPAGE
PAGE "Causale blocco pagamenti" 0 2 0 0
GROUPBOX DLG_NULL 75 7
BEGIN
PROMPT 1 0 ""
FLAGS "R"
END
STRING 101 6
BEGIN
PROMPT 2 2 "Codice "
HELP "Codice della causale"
FIELD CODTAB
FLAGS "U"
KEY 1
USE %CBP
INPUT CODTAB 101
DISPLAY "Codice" CODTAB
DISPLAY "Descrizione @50" S0
OUTPUT 101 CODTAB
OUTPUT 102 S0
CHECKTYPE REQUIRED
END
STRING 102 50
BEGIN
PROMPT 2 4 "Descrizione "
HELP "Descrizione della causale"
FIELD S0
KEY 2
USE %CBP KEY 2
INPUT S0 102
DISPLAY "Descrizione @50" S0
DISPLAY "Codice" CODTAB
COPY OUTPUT 101
CHECKTYPE REQUIRED
END
ENDPAGE
ENDMASK