campo-sirio/ba/batbstt.uml
guy 251957f9c5 Maschere di Andrea (E' colpa sua)
git-svn-id: svn://10.65.10.50/trunk@565 c028cbd2-c16b-5b4b-a496-9718f37d4682
1994-11-08 12:46:52 +00:00

41 lines
778 B
Plaintext
Executable File

#include "batbstt.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 "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 "Descrizione del codice statistico"
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