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