Patch level :

Files correlati     :
Ricompilazione Demo : [ ]
Commento            :


git-svn-id: svn://10.65.10.50/trunk@17023 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
lvietri 2008-08-06 16:21:39 +00:00
parent 55e800560e
commit 80d1dfcd68
3 changed files with 4 additions and 3 deletions

View File

@ -38,7 +38,7 @@ BEGIN
COPY OUTPUT F_COD_AUTISTA
FIELD S0
KEY 2
CHECKTYPE NORMAL
CHECKTYPE REQUIRED
END
ENDPAGE

View File

@ -40,6 +40,7 @@ BEGIN
DISPLAY "Autista" S1
DISPLAY "Mezzo" S2
COPY OUTPUT F_COD_ITINERARIO
CHECKTYPE REQUIRED
FIELD S0
KEY 2
END
@ -73,7 +74,7 @@ BEGIN
COPY OUTPUT F_COD_AUTISTA
END
STRING F_COD_MEZZO 2
STRING F_COD_MEZZO 8
BEGIN
PROMPT 2 6 "Mezzo "
FLAGS "U"

View File

@ -36,7 +36,7 @@ BEGIN
DISPLAY "Descrizione@50" S0
DISPLAY "Codice@8" CODTAB
COPY OUTPUT F_COD_MEZZO
CHECKTYPE NORMAL
CHECKTYPE REQUIRED
FIELD S0
KEY 2
END