ShowUsersDialog Method (AUsers)

Shows the Users dialog.

Syntax

[ bVerified = ] Object.ShowUsersDialog( [, hParent] )

The ShowUsersDialog method syntax has the following parts:

 

Name

Type

Description

Object

AUsers

AUsers object

hParent

Val AHandle

Handle to the parent wnd

bVerified

Bool

A boolean expression that specifies whether the user account was successfullly accessed.

Where

bVerified can be one of the following:

 

Value

Description

True *

The user account was successfullly accessed.

False

The user account was not accessed.

Comments

This procedure puts up the AUsers dialog for the system administrator only. The dialog lets a system administrator manage its users' accounts, that is, the administrator can add a user, delete a user, and modify a user. It also allows changing its properties, for example, the minimum length of the user's password.

Example

The following example will show the Users dialog:

users.ShowUsersDialog()

Applies to

AUsers

See Also

Login, ShowChangePasswordDialog, ShowLoginDialog, UseLoginDialog