|
|
|
|
|
<Connection variable>.InfoGroup (Function) In french: <Variable Connexion>.InfoGroupe
Available only with this kind of connection
MyConnection is Connection
MyConnection.OpenConnection()
Customer.ChangeConnection(MyConnection)
...
Res is boolean
Res = MyConnection.InfoGroup("Test_Group")
IF Res = True THEN
Trace("Structure of the group updated")
Trace("Group name: " + HGroup.Name)
Trace("Group description: " + HGroup.Description)
Trace("Group users: " + HGroup.Users)
END
Syntax
<Result> = <Connection>.InfoGroup(<Group>)
<Result>: Boolean - True if the information regarding the group was read,
- False if an error occurs. HErrorInfo is used to identify the error.
<Connection>: Connection variable Name of the Connection variable that describes the connection to use. <Group>: Character string Name of group of users to manage.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|