campo-sirio/ba/batb%stt.uml

46 lines
787 B
Plaintext
Executable File

#include "batb%stt.h"
TOOLBAR "" 0 20 0 2
#include <toolbar.h>
ENDPAGE
PAGE "Codici statistici" -1 -1 78 7
STRING FLD_TABSTT_CODTAB 7
BEGIN
PROMPT 2 1 "Codice "
FIELD %STT->CODTAB
HELP "Inserire il codice statistico"
USE %STT
CHECKTYPE REQUIRED
INPUT CODTAB FLD_TABSTT_CODTAB
DISPLAY "Codice" CODTAB
DISPLAY "Descrizione@40" S0
OUTPUT FLD_TABSTT_CODTAB CODTAB
OUTPUT FLD_TABSTT_S0 S0
KEY 1
END
STRING FLD_TABSTT_S0 40
BEGIN
PROMPT 2 3 "Descrizione "
FIELD %STT->S0
HELP "Inserire la descrizione della statistica"
USE %STT KEY 2
CHECKTYPE REQUIRED
INPUT S0 FLD_TABSTT_S0
DISPLAY "Descrizione@40" S0
DISPLAY "Codice" CODTAB
OUTPUT FLD_TABSTT_CODTAB CODTAB
OUTPUT FLD_TABSTT_S0 S0
KEY 2
END
ENDPAGE
ENDMASK