Patch level :10.0

Files correlati     :
Ricompilazione Demo : [ ]
Commento            : Prima versione tabella Tipi di Sospensione - Lavanderie


git-svn-id: svn://10.65.10.50/trunk@16955 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
sperego 2008-07-28 15:12:54 +00:00
parent b0b1d2f4d6
commit a616674580
2 changed files with 79 additions and 0 deletions

5
lv/lvtbtsp.h Executable file
View File

@ -0,0 +1,5 @@
# define F_COD 101
# define F_COD_TIPO_SOSP 102
# define F_DES_TIPO_SOSP 103
# define F_CONT_SOSP 104
# define F_MOD_PASS 105

74
lv/lvtbtsp.uml Executable file
View File

@ -0,0 +1,74 @@
# include <lvtbtsp.h>
TOOLBAR "" 0 0 0 2
# include <Relapbar.h>
ENDPAGE
PAGE "Tipi di Sospensione" 0 2 0 0
GROUPBOX DLG_NULL 80 10
BEGIN
PROMPT 1 1 "@b Tipi di Sospensione"
FLAGS "R"
END
LIST F_COD 3
BEGIN
PROMPT 2 2 ""
ITEM "TSP|TSP"
FLAGS "H"
FIELD COD
KEY 1
END
STRING F_COD_TIPO_SOSP 2
BEGIN
PROMPT 2 3 "Codice Tipo Sospensione"
HELP "Inserire il codice del tipo di sospensione"
FIELD CODTAB
FLAGS "R"
KEY 1
USE LF_TABMOD
INPUT CODTAB F_COD_TIPO_SOSP
DISPLAY "Codice" CODTAB
DISPLAY "Descrizione@35" S0
OUTPUT F_COD_TIPO_SOSP CODTAB
OUTPUT F_DES_TIPO_SOSP S0
CHECKTYPE REQUIRED
END
STRING F_DES_TIPO_SOSP 35
BEGIN
PROMPT 2 4 "Descrizione "
HELP "Inserire la descrizione del tipo di sospensione"
FIELD S0
KEY 2
CHECKTYPE REQUIRED
END
BOOLEAN F_CONT_SOSP
BEGIN
PROMPT 2 5 "Conteggio Sospensioni "
FIELD B0
END
LIST F_MOD_PASS 1 20
BEGIN
PROMPT 2 6 "Modalità di Passaggio "
FIELD S1[35,2]
ITEM "C|Consegna"
ITEM "R|Ritiro"
ITEM "T|Consegna + Ritiro"
END
ENDPAGE
ENDMASK