Corretto errore MI4212

git-svn-id: svn://10.65.10.50/trunk@3262 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
alex 1996-07-29 10:53:53 +00:00
parent d06d86c6c0
commit 76490bb089

View File

@ -48,7 +48,16 @@ STRING F_DESC 50
BEGIN
PROMPT 2 3 "Descrizione "
HELP "Descrizione profilo utente"
COPY ALL F_CODE
USE LF_FORM KEY 2
JOIN %LNG TO LF_FORM ALIAS 200 INTO CODTAB==CODPROF[5,5]
INPUT TIPOPROF F_BASE SELECT
INPUT DESC F_DESC
DISPLAY "Descrizione@50" DESC
DISPLAY "Profilo base" TIPOPROF
DISPLAY "Codice" CODPROF[1,4]
DISPLAY "Lingua" CODPROF[5,5]
DISPLAY "Desc. Lingua@50" -200->S0
COPY OUTPUT F_CODE
VALIDATE NOT_EMPTY_FUNC
WARNING "La descrizione e' obbligatoria"
END