Xbasic

A5_SEC_GET_GID Function

Syntax

Group_ID as C = a5_sec_get_gid(C group ,C dd )

Arguments

Group_ID

The ID of a group of users.

group

The name of a group of users, as Defined for database object security purposes.

dd

The data dictionary for the database.

Description

The A5_SEC_GET_GID() function returns a group ID from a group name. This function is used to supply the group ID for A5_GROUP_HAS_PERMISSION().

Example

? a5_sec_get_gid("documentation", "c:\databases\expressions_test\expressions_test.alb")
= "12"

Limitations

Desktop applications only.

See Also