4D v16.3

GET GROUP LIST

Home

 
4D v16.3
GET GROUP LIST

GET GROUP LIST 


 

GET GROUP LIST ( groupNames ; groupNumbers ) 
Parameter Type   Description
groupNames  String array in Names of the groups as they appear in the Password editor window
groupNumbers  Longint array in Corresponding unique group ID numbers

GET GROUP LIST populates the arrays groupNames and groupNumbers with the names and unique ID numbers of the groups as they appear in the Password editor window.

The array groupNumbers, synchronized with groupNames, is filled with the corresponding unique group ID numbers. These numbers can have the following ranges:

Group ID number Group description
15001 to 32767Group created by the Designer or affiliated Group Owner
(group #15001 is the first group created by the Designer,group #15002 the second, and so on).
-15001 to -32768Group created by the Administrator or affiliated Group Owner
(group #-15001 is the first group created by the Administrator, group #-15002 the second, and so on).

If you do not have the proper access privileges for calling GET GROUP LIST or if the Password system is already accessed by another process, an access privilege error is generated. You can catch this error with an error-handling method installed using ON ERR CALL.



See also 

GET GROUP PROPERTIES
GET USER LIST
Set group properties

 
PROPERTIES 

Product: 4D
Theme: Users and Groups
Number: 610

This command modifies the Error system variable

 
HISTORY 

Created: 4D v6

 
ARTICLE USAGE

4D Language Reference ( 4D v16)
4D Language Reference ( 4D v16.1)
4D Language Reference ( 4D v16.2)
4D Language Reference ( 4D v16.3)