|
|
|
|
|
<Source>.LogRestart (Function) In french: <Source>.JournalRedémarre
 Available only with these kinds of connection
Restarts the logging process on the data file. This logging was stopped by <Source>.LogStop. Client.JournalInfo("début impression de " + Critère)
Client.JournalStop()
Client.LitPremier(Critère)
WHILE Client.Trouve()
Client.LitSuivant()
END
Client.JournalRedémarre()
Client.JournalInfo("fin impression de" + Critère)
Syntax
<Result> = <Source>.LogRestart()
<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 logged data file whose logging process must be restarted. Remarks - When restarting the log, the data file must be in its initial status, i.e. its status before <Source>.LogStop was used.
- No information is saved in the log between <Source>.LogStop and <Source>.LogRestart.
- <Source>.LogRestart is equivalent to <Source>.SetLog with the True parameter.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|