[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
NNETCRTGRP()
Creates a new group
------------------------------------------------------------------------------
Syntax
NNETCRTGRP(<cName>,[<cFullName>],[<cServer>|<nConId>]) --> lSuccess
Netware: 2.2 and 3.11
Arguments
<cName> Designates the name of the new group.
<cFullName> Designates the full name of <cName>.
<cServer> Designates the name of the file server where the new
group is created. Your workstation must be attached to <cServer>.
<nConId> Designates the connection ID of your workstation on
<cServer>.
Returns
NNETCRTGRP() returns .T. if the group has been created successfully.
Description
NOVELL NET CREATE GROUP
NNETCRTGRP() allows you to create a new user group. With the parameter
<cFullName>, a full name can be assigned to the group. With the
parameters <cServer> or <nConId> ,a new group can be created on any
attached file server. The connection ID of the server can be determined
with NNETATTACH() or NNETLOGIN().
The group's access rights can be set with the function NNETTRUST().
Supervisior rights are required to establish a new group.
Note
. NNETCRTGRP() is a high level-function based on the low level
functions for bindery access. The CA-Clipper source code can be
found on the product disks.
Example
Create the group DEV with full name DEVELOPMENT:
IF NNETCRTGRP('DEV','DEVELOPMENT')
? 'Group created successfully!'
ELSE
? 'Group could not be created!'
ENDIF
See Also:
NNETADDGRP()
NNETDELOBJ()
NNETTRUST()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson