|
|
|
|
|
<Source>.LogStop (Function) In french: <Source>.JournalStop
 Available only with these kinds of connection
Stops the log process of a data file. The operations performed in the logged file are not saved anymore. Client.JournalInfo("début impression de " + Critère)
Client.JournalStop()
Client.LitPremier(Critère)
WHILE Client.Trouve() = True
Client.LitSuivant()
END
Client.JournalRedémarre()
Client.JournalInfo("fin impression de " + Critère)
Syntax
<Result> = <Source>.LogStop()
<Result>: Boolean - True if the operation was performed,
- False if a problem occurs. HError is used to identify the error.
<Source>: Type corresponding to the specified source Name of the logged data file whose log process must be stopped. Remarks - The operations performed once this function has been used will not be logged and they will be lost if a problem occurs.
- Don't forget to restart the log process via <Source>.LogRestart and make sure that the data file strictly has its initial status.
- The log is stopped until <Source>.LogRestart is run.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|