Patch level : 10.0 no patch

Files correlati     :
Ricompilazione Demo : [ ]
Commento           :

lavanderie


git-svn-id: svn://10.65.10.50/trunk@16952 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
alex 2008-07-25 21:13:13 +00:00
parent d7eb4ce4c7
commit 76b3ccebcc

View File

@ -1,7 +1,7 @@
#include "lvtbmez.h"
TOOLBAR "" 0 0 0 2
#include "Relapbar.h"
#include "relapbar.h"
ENDPAGE
PAGE "Mezzi di Trasporto" -1 -1 78 10
@ -12,7 +12,7 @@ BEGIN
FLAGS "BU"
HELP "Inserire il codice del mezzos."
FIELD CODTAB
USE MEZ
USE &MEZ
INPUT CODTAB F_COD_MEZZO
DISPLAY "Codice" CODTAB
DISPLAY "Descrizione@50" S0
@ -27,6 +27,11 @@ BEGIN
PROMPT 1 3 "Descrizione Mezzo"
HELP "Inserire la descrizione del mezzo."
FIELD S0
USE &MEZ KEY 2
INPUT S0 F_DES_MEZZO
DISPLAY "Descrizione@50" S0
DISPLAY "Codice" CODTAB
COPY OUTPUT F_COD_MEZZO
CHECKTYPE REQUIRED
KEY 2
END