Modificata tabella num

git-svn-id: svn://10.65.10.50/trunk@3380 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
alex 1996-08-13 15:02:40 +00:00
parent 9dae858d7b
commit cde4c11aee
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ STRING F_CODNUM 4 4
BEGIN BEGIN
PROMPT 1 1 "Codice Num. " PROMPT 1 1 "Codice Num. "
FLAG "U" FLAG "U"
USE NUM USE %NUM
INPUT CODTAB F_CODNUM INPUT CODTAB F_CODNUM
DISPLAY "Cod. Num." CODTAB DISPLAY "Cod. Num." CODTAB
DISPLAY "Descrizione@50" S0 DISPLAY "Descrizione@50" S0

View File

@ -17,7 +17,7 @@ BEGIN
PROMPT 1 1 "Codice numerazione: " PROMPT 1 1 "Codice numerazione: "
FLAG "U" FLAG "U"
CHECKTYPE REQUIRED CHECKTYPE REQUIRED
USE NUM KEY 1 USE %NUM
INPUT CODTAB F_CODNUM INPUT CODTAB F_CODNUM
DISPLAY "Codice" CODTAB DISPLAY "Codice" CODTAB
DISPLAY "Descrizione@50" S0 DISPLAY "Descrizione@50" S0