campo-sirio/tp/tptbtpp.uml
luca 37f653fbb2 Patch level :10.0 256
Files correlati     :
Ricompilazione Demo : [ ]
Commento            :
ammodernate maschere


git-svn-id: svn://10.65.10.50/trunk@18500 c028cbd2-c16b-5b4b-a496-9718f37d4682
2009-03-11 16:18:26 +00:00

49 lines
827 B
Plaintext
Executable File

#include "tptbtpp.h"
TOOLBAR "topbar" 0 0 0 2
#include <relapbar.h>
ENDPAGE
PAGE "Conversione tabella porto Pack" 0 2 0 0
STRING FLD_TABTPP_CODTAB 15
BEGIN
PROMPT 3 1 "Cod. porto Pack "
FIELD CODTAB
KEY 1
USE %TPP
FLAGS "U"
INPUT CODTAB FLD_TABTPP_CODTAB
DISPLAY "Cod. porto pack@15" CODTAB
DISPLAY "Descrizione@50" S0
OUTPUT FLD_TABTPP_CODTAB CODTAB
OUTPUT FLD_TABTPP_DESCR S0
CHECKTYPE REQUIRED
END
STRING FLD_TABTPP_DESCR 50
BEGIN
PROMPT 3 2 "Descrizione "
USE %TPP
KEY 2
FIELD S0
END
STRING FLD_TABTPP_CODPOR 3
BEGIN
PROMPT 3 3 "Cod. corrispondente "
HELP "Codice porto"
FIELD S6
FLAGS "U"
USE %POR KEY 1
INPUT CODTAB FLD_TABTPP_CODPOR
DISPLAY "Codice" CODTAB
DISPLAY "Porto@50" S0
OUTPUT FLD_TABTPP_CODPOR CODTAB
CHECKTYPE REQUIRED
END
ENDPAGE
ENDMASK