Purpose
Opens the System Profile form and allows access to the data using a file on the FirstClass server and the Field method.
Syntax
ServerFile.OpenSysProfile
Example
Dim sf as ServerFile
sf.OpenSysProfile
Debug Str (sf.Field (1229) ) & "Regular Users Used"
|