campo-sirio/ba/batbstt.uml
alex 37f7f53dcb Corretto help
git-svn-id: svn://10.65.10.50/trunk@2252 c028cbd2-c16b-5b4b-a496-9718f37d4682
1995-12-07 10:10:29 +00:00

41 lines
743 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
USE %STT
CHECKTYPE REQUIRED
INPUT CODTAB FLD_TABSTT_CODTAB
DISPLAY "Codice@7" CODTAB
DISPLAY "Descrizione@40" S0
OUTPUT FLD_TABSTT_CODTAB CODTAB
OUTPUT FLD_TABSTT_S0 S0
HELP "Codice statistico"
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@7" CODTAB
OUTPUT FLD_TABSTT_CODTAB CODTAB
OUTPUT FLD_TABSTT_S0 S0
KEY 2
END
ENDPAGE
ENDMASK