campo-sirio/ve/batbstd.uml
angelo de1f84259a Aggiunta tabella stati documento (%STD)
git-svn-id: svn://10.65.10.50/trunk@3505 c028cbd2-c16b-5b4b-a496-9718f37d4682
1996-09-04 07:33:10 +00:00

50 lines
728 B
Plaintext
Executable File

#include "batbstd.h"
TOOLBAR "" 0 20 60 2
#include "toolbar.h"
ENDPAGE
PAGE "Tabella stati documento" -1 -1 60 14
GROUPBOX DLG_NULL 75 4
BEGIN
PROMPT 1 1 ""
FLAG "R"
END
STRING F_CODTAB 1
BEGIN
PROMPT 2 2 "Codice "
FIELD CODTAB
USE %STD
CHECKTYPE REQUIRED
INPUT CODTAB F_CODTAB
DISPLAY "Codice" CODTAB
DISPLAY "Descrizione@50" S0
OUTPUT F_CODTAB CODTAB
OUTPUT F_DESSTA S0
KEY 1
FLAG "UZ"
END
STRING F_DESSTA 50
BEGIN
PROMPT 2 3 "Descrizione "
FIELD S0
HELP "Descrizione tipo documento"
USE %STD KEY 2
CHECKTYPE REQUIRED
INPUT S0 F_DESSTA
DISPLAY "Descrizione@40" S0
DISPLAY "Codice" CODTAB
COPY OUTPUT F_CODTAB
KEY 2
END
ENDPAGE
ENDMASK