Previous Topic

Next Topic

LoginPrompt - MaxBasic Function

LoginPrompt(ForceLogin: Boolean): Boolean

Displays a login prompt. ForceBoolean is optional, and default to the company Force Login Default setting. When ForceBoolean is true and there is a logged in user, the logged in user is forced to login again. Returns True if the login was successful, or False if the login was cancelled.

LoginPrompt function syntax has these named arguments:

Parameter

Description

Force Login

Optional. Defaults to the company Force Login Default setting. When True, the logged in user is forced to login again.

See Also

User Functions

Book Contents

Book Index