The "field" inpection window

Top  Previous  Next

This window will allow you to inspect the changes to a specific field of a specific record in a Form. From a form, you select an entry field and hit the Hot Key (By default Ctrl-Shift-A) and this window will be called. You can disable the call to this window using the Local Extension.

This is a regular procedure (template driven) that you import into your app (or data app, in a multi-dll system).

 

clip0082

 

To import it into your app, use the "File" menu, "Import Text" option, and pick the file

BrowseAuditFieldA55.txa for ABC, or

BrowseAuditFieldL55.txa for Legacy (For any Clarion version).

 

This will insert the BrowseAuditField procedure into your app. This is all you need to do.

 

If you want to customize the window to your needs, you may do so.

If you want to change the order of the fields being displayed, you may do it changing the order of the queue FieldQueue in the Data button. You should manually change the Titles inside the listbox as well.

 

You cannot simply remove fields from the listbox; if you want to do so, you need to change their order inside the FieldQueue queue past the end of the last visible field. You cannot delete fields from the Queue, nor change its field names.