
B-75044EN/02 4. FA LIBRARY
-93-
- Finishing the sample program
13 Click the [End] command of the [File] menu in the sample program. The
sample program is finished.
The points for finishing the VB sample program
About the Form_Unload() function in the “frmMain.frm” file
FALib.End
Set FALib = Nothing
LogLib.TerminateLogServer
Set LogLib = Nothing
The points for finishing the VC++ sample program
About the OnCloseDocument() function in the “FcomTstDoc.cpp” file
::F_End();
::F_TerminateLogServer();
Calls the function which terminates FA LIBRARY.
In case of VB, “Object” is cleared by substituting “Nothing”.
Execute this to terminate the LogServer.
To start the LogServer, clear the object when the following is
executed:
Set LogLib = CreateObject("LogClient.Library")