Aggiunto il FLAGS "U" per rendere upper il codice lingua immesso.
Aggiunte le warning per i campi obbligatori. git-svn-id: svn://10.65.10.50/trunk@2349 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
86c2ec4ef7
commit
fe032b05e3
@ -42,6 +42,7 @@ END
|
||||
STRING F_CODEL 1
|
||||
BEGIN
|
||||
PROMPT 40 2 "Codice lingua "
|
||||
FLAGS "U"
|
||||
HELP "Codice lingua del profilo"
|
||||
USE %LNG
|
||||
INPUT CODTAB F_CODEL
|
||||
@ -57,6 +58,7 @@ PROMPT 2 3 "Descrizione "
|
||||
HELP "Descrizione profilo utente"
|
||||
COPY ALL F_CODE
|
||||
VALIDATE NOT_EMPTY_FUNC
|
||||
WARNING "La descrizione e' obbligatoria"
|
||||
END
|
||||
|
||||
BUTTON DLG_OK 9 2
|
||||
|
Loading…
x
Reference in New Issue
Block a user