campo-sirio/ba/batbsco.uml
angelo 6a0a823591 Modificati lunghezza campi in alcune maschere e report di stampa per le tabelle:
Porto, vettori, sconto.


git-svn-id: svn://10.65.10.50/trunk@1019 c028cbd2-c16b-5b4b-a496-9718f37d4682
1995-02-20 17:26:30 +00:00

45 lines
682 B
Plaintext
Executable File

#include "batbsco.h"
TOOLBAR "" 0 20 0 2
#include <toolbar.h>
ENDPAGE
PAGE "Tabella Sconti Incondizionati" -1 -1 78 8
STRING F_CODICE 3
BEGIN
PROMPT 4 2 "Codice "
HELP "Codice sconto incondizionato"
FIELD CODTAB
FLAGS "U"
KEY 1
USE %SCO
INPUT CODTAB F_CODICE
DISPLAY "Codice" CODTAB
DISPLAY "Descrizione @50" S0
DISPLAY "Percentuale " R0
OUTPUT F_CODICE CODTAB
OUTPUT F_DESCR S0
OUTPUT F_PERC R0
CHECKTYPE REQUIRED
END
STRING F_DESCR 50
BEGIN
PROMPT 4 4 "Descrizione "
HELP "Descrizione sconto incondizionato"
FIELD LF_TABCOM->S0
END
NUMBER F_PERC 5 2
BEGIN
PROMPT 4 6 "Percentuale "
HELP "Percentuale sconto incondizionato"
FIELD LF_TABCOM->R0
END
ENDPAGE
ENDMASK