Advertising banner:

History
 
 ServerFile.CloseObject
Home • Help • A0 • Customization Tools • FCAS • Language Reference • ServerFile.CloseObject
 
CloseObject (server files)
Minimum version: 4.0
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