Purpose
Closes an object on the FirstClass server that has been opened with the OpenFile method, and moves the focus to the parent object, if one is available.
Syntax
ServerFile.CloseObject
Example
Dim sf as ServerFile
sf.OpenFile ("Conferences")
sf.OpenFile ("TestConf")
sf.CloseObject
|