Small company logo:
   History
 
Advertising banner:
 
 ServerDirectory.CreateUser
Home • Help • Customization Tools • FCAS • Language Reference • ServerDirectory.CreateUser
 
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