SeeView Manual
SeeView Language Elements
HP NonStop SeeView Manual—526355-004
5-31
Invisible Fields
field production :: (u) (u) indicates that the Group and User fields should be
underlined, and the script production <== CURSOR #fkeyline+1 causes the cursor
to move to the next line when you press Return.
The Password field production :: (R BLANK) causes data entered in this field to be
invisible, or blank, and sets reverse video for it.
•
?SECT Main displays the logon screen window shown in Figure 5-12. The Main
section secures function keys F1, F2, SF1, and SF2 to prevent users from going to
other pages of the environment before logging on.
•
?PROC Logon is called when you press Return with the cursor in the Password
field. The procedure accepts the Group, User, and Password field data and then
searches the ValidUsers cache for a match. If none is found, you are denied
access. If the group, user, and password are found in the valid users cache, you
are allowed access (logged on), and the output in Figure 5-12 appears.
Figure 5-12. SeeView Output From the Program in Example 5-14