RUN-TIME disabling or enabling files to audit

Top  Previous  Next

You can now change the audited files in run-time.

You had the option to activate or deactivate the auditing at run-time setting the global variable specified in the More Settings Tab. Now you can also deactivate or reactivate the auditing for specific files changing the value of the fields within the RunTimeGrp group. The fields has the name of the files. For example, if you want to temporary disable the auditing for the Client file, do

RunTimeGrp.Client = False

to disable the auditing over the Client file, then

RunTimeGrp.Client = True

to enable it again.