Corretto errore MI4305, aggiunta la ricerca per descrizione e
tolti i profili PEC dalla ricerca. git-svn-id: svn://10.65.10.50/trunk@3601 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
f0a599d2f1
commit
074adc8f88
@ -8,7 +8,7 @@ BEGIN
|
|||||||
FIELD TIPOPROF
|
FIELD TIPOPROF
|
||||||
FLAGS "U"
|
FLAGS "U"
|
||||||
HELP "Specificare il nome del profilo di base utilizzato"
|
HELP "Specificare il nome del profilo di base utilizzato"
|
||||||
USE LF_FORM SELECT CODPROF==""
|
USE LF_FORM SELECT (CODPROF=="") && (TIPOPROF!="PEC")
|
||||||
INPUT TIPOPROF F_BASE
|
INPUT TIPOPROF F_BASE
|
||||||
DISPLAY "Profilo base" TIPOPROF
|
DISPLAY "Profilo base" TIPOPROF
|
||||||
DISPLAY "Descrizione@50" DESC
|
DISPLAY "Descrizione@50" DESC
|
||||||
@ -23,8 +23,8 @@ BEGIN
|
|||||||
FLAGS "Z"
|
FLAGS "Z"
|
||||||
FIELD CODPROF
|
FIELD CODPROF
|
||||||
HELP "Codice del profilo utente"
|
HELP "Codice del profilo utente"
|
||||||
USE LF_FORM
|
USE LF_FORM SELECT TIPOPROF==#F_BASE
|
||||||
INPUT TIPOPROF F_BASE SELECT
|
INPUT TIPOPROF F_BASE
|
||||||
INPUT CODPROF F_CODE
|
INPUT CODPROF F_CODE
|
||||||
DISPLAY "Profilo base" TIPOPROF
|
DISPLAY "Profilo base" TIPOPROF
|
||||||
DISPLAY "Codice" CODPROF
|
DISPLAY "Codice" CODPROF
|
||||||
@ -38,8 +38,8 @@ STRING F_DESC 50
|
|||||||
BEGIN
|
BEGIN
|
||||||
PROMPT 2 3 "Descrizione "
|
PROMPT 2 3 "Descrizione "
|
||||||
HELP "Descrizione profilo utente"
|
HELP "Descrizione profilo utente"
|
||||||
USE LF_FORM KEY 2
|
USE LF_FORM KEY 2 SELECT TIPOPROF!="PEC"
|
||||||
INPUT TIPOPROF F_BASE SELECT
|
INPUT TIPOPROF F_BASE
|
||||||
INPUT DESC F_DESC
|
INPUT DESC F_DESC
|
||||||
DISPLAY "Descrizione@50" DESC
|
DISPLAY "Descrizione@50" DESC
|
||||||
DISPLAY "Profilo base" TIPOPROF
|
DISPLAY "Profilo base" TIPOPROF
|
||||||
|
Loading…
x
Reference in New Issue
Block a user