Corretto help

git-svn-id: svn://10.65.10.50/trunk@2252 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
alex 1995-12-07 10:10:29 +00:00
parent 323a20d2cc
commit 37f7f53dcb
2 changed files with 23 additions and 24 deletions

View File

@ -776,9 +776,8 @@ END
LIST F_TIPOSTDEL 12
BEGIN
PROMPT 42 14 "Stampa "
HELP "Tipo di stampa per la regolazione del contenzioso fiscale"
FIELD LF_ANAG->TIPOSTDEL
HELP "Tipo di ducumento da stampare"
HELP "Tipo di documento da stampare"
ITEM "0|Delega"
ITEM "2|Distinta"
ITEM "1|Bollettino"

View File

@ -8,32 +8,32 @@ 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
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" CODTAB
OUTPUT FLD_TABSTT_CODTAB CODTAB
OUTPUT FLD_TABSTT_S0 S0
KEY 2
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