Xbasic

A5_DELETE_GROUP Function

Syntax

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

Arguments

Result_Flag

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

master_password

The master password for the database.

group_name

The name of the group to be deleted.

Description

The A5_DELETE_GROUP() function allows the administrator to delete a group from the user/groups (UAF) file.

Example

This example attempts to delete a nonexistent group.

? a5_delete_group("mpassword", "Maintenance")
= .F.

Limitations

Desktop applications only.

See Also