Local Extension |
Top Previous Next |
When you add the Global Extension in your program, a Local Extension is automatically added for every procedure. Note: due to a Clarion problem, if you are going to export a procedure to import it from another program, you must first remove the global extension, else the local extension will be duplicated in the target procedure, and will produce compilation errors.
If you go to the local Extensions, you will see the JAL: FullRecord - Local Extension (General). Go to its properties and you will see this window:
Don't register procedure name: A couple of routines are included in each procedure to handle a queue that stores the procedure name, so it can be saved to the audit file. These are JAL_InitProcName and JAL_KillProcName. They are called automatically by the template code, except in source type procedures (See Manual Calls). If you tick this option, the routines won't be generated, the call to them will be skipped and no procedure name information will be saved (unless you manually handle it).
Disable Field Inspect for this procedure: If you tick this checkbox, you will disable the automatic calls to the Field Inspection window made from the fields of the window in this procedure.
Disable Record Inspect for this procedure: If you tick this checkbox, you will disable the automatic call to the Record Inspection Window made from this procedure. This will disable all the calls for the Record Inspection Window.
Select the file(s) to SKIP from Audit Record call: When you have several main files in the Browse or Form, the Record Inspect window will be called for each one of them in turn (when you press the hot key). If you want to skip any (or all) of those files, select them in this local list.
Note: This will only skip the calls to the inspect window, none of these options will skip the files from being audited.
|