Clear check data log

20% Command group 20% Flag affected 20% Reversible 20% Execute on client 20% Platform(s)
Data management NO NO NO All

Syntax

Clear check data log

Description

This command clears the check data log, which stores all the results of a check data operation. To clear the log, there is no need for the log to be open.

Example

Check data (Check records) {fOrders}
If flag true
  Yes/No message {View Log?}
  If flag true
    Open check data log
    # after checking through the log...
    Yes/No message {Clear the log?}
    If flag true
      Clear check data log
    End If
  End If
Else
  OK message Error (Icon) {The check data file command could not be carried out//Please make sure that only one user is logged on to the datafile}
End If