Patch level :

Files correlati     :
Ricompilazione Demo : [ ]
Commento            : Aggiunto FLAG "U" nella selezione da cognome e cognome


git-svn-id: svn://10.65.10.50/trunk@6705 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
cris 1998-05-28 13:53:14 +00:00
parent 679b1716c0
commit 8fa1d6e63d

View File

@ -484,15 +484,17 @@ STRING F_LETTINI 15
BEGIN
PROMPT 2 18 "Selezione iniziali cognome: da "
GROUP 1
PICTURE "!!"
FLAG "U"
//PICTURE "!!"
END
STRING F_LETTFIN 15
BEGIN
PROMPT 50 18 "a "
GROUP 1
FLAG "U"
//VALIDATE (#F_LETTINI<=#F_LETTFIN)
PICTURE "!!"
//PICTURE "!!"
END
ENDPAGE