campo-sirio/ba/batbstt.uml
luca 0598a18452 Patch level :10.0
Files correlati     :
Ricompilazione Demo : [ ]
Commento            :tabelle BA in new style


git-svn-id: svn://10.65.10.50/trunk@16514 c028cbd2-c16b-5b4b-a496-9718f37d4682
2008-04-14 13:13:26 +00:00

41 lines
748 B
Plaintext
Executable File

#include "batbstt.h"
TOOLBAR "topbar" 0 0 0 2
#include <relapbar.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