History  | 
CreateUser (Directory) 
Minimum version: 4.0 
Purpose 
Creates a new user account and returns the User Information Form in the supplied server file. 
Syntax 
ServerDirectory.CreateUser ( ServerFile ) 
Example 
Dim sf as ServerFile 
Dim sd as ServerDirectory 
sd.CreateUser (sf) 
sf.Field (1201) = "TestID" 
sf.Field (1204) = "TestLastName" 
sf.CloseFile 
 | ||