Xbasic

A5_DELETE_USER Function

Syntax

Result_Flag as L = a5_delete_user(C master_password ,C user_name )

Arguments

Result_Flag

.T. = The user was deleted. .F. = The user was not deleted.

master_password

The master password for the database.

user_name

The name of the user to be deleted.

Description

The A5_DELETE_USER() function allows the administrator to delete a user account

Example

The following example attempts to delete a nonexistent user.

? a5_delete_user("mpassword", "Matilda")
= .F.

Limitations

Desktop applications only.

See Also