Xbasic

A5_ADD_NEW_GROUP Function

Syntax

Result_Flag as L = a5_add_new_group(C master_password ,C group_name )

Arguments

Result_Flag

.T. = the group was successfully added. .F. = the group was not added.

master_password

The master password for the database.

group_name

The name of the new group.

Description

Allows the administrator to add a new Group to the user/groups file.

Discussion

The A5_ADD_NEW_GROUP() function allows the administrator to add a new group. Requires that the database first be password protected.

Example

? a5_add_new_group("mpassword", "Customer Support")
= .T.

Limitations

Desktop applications only.

See Also