Parameters
Returns
0 if the user name was typed successfully, 1 if the prompt was canceled, or a non-zero error code. Refer to
Error codes for a complete listing of error code descriptions.
Remarks
If the PasswordVault account name parameter is omitted, then BlueZone uses the account name associated with the current host
screen. If PasswordVault is not enabled, or if the account name is not found, then this method prompts the user to enter
a user name to type.
Example
set bzhao = CreateObject("BZWhll.WhllObj")
bzhao.Connect
bzhao.TypeUserName
bzhao.SendKey "<Tab>"
bzhao.TypePassword
bzhao.SendKey "<Enter>"