Navigation:  DAO Object Classes > DaoWorkspace Class >

DaoWorkspace:CreateUser() Method

Previous pageReturn to chapter overviewNext page

Purpose

Creates a new User object

 

Parameters

cName(Optional) A a string that uniquely names the new User object.
cPID(Optional) A string containing the personal identifier (PID) of a user account. The PID must contain from 4 to 20 alphanumeric characters.
cPassword(Optional) A string containing the password for the new User object. The password can be up to 14 characters long and can include any characters except the ASCII character 0 ( null ).

 

Remarks

If you omit one or more of the optional arguments when you use the CreateUser method, you can use an appropriate assignment statement to set or reset the corresponding property before you append the new object to a collection. After you append the object, you can alter some, but not all, of its property settings. See the PID, Name, and Password property topics for more details.

 

Class

DaoWorkspace        

 

See Also

DaoUser