Use these shortcuts for direct access to the template reference sections.
Global Extension Template - this is where you tell ProArchive how to generate code, setup active to alias file relations ships and determine how file paths are managed
Procedure extension templates:
BrowseShare - this template allows you to share an existing browse between active and archive data files.
ReportShare - this template allows you to share an existing report between active and archive data files.
ArchiveProcess - this template allows you to use the normal Clarion process template to archive multiple records.
Control templates are designed to be used on a procedure where the BrowseShare extension has been added:
Move Record To Archive - this template archives the current browse record.
Toggle Archive Mode - this template toggles the browse display between the active and the archive file.
Call Archive Process - this template calls a process template procedure to archive multiple records, then refreshes the browse when it is complete.
This code template is designed to be use with the regular Clarion process template (along with the ArchiveProcess procedure extension).
Move Record To Archive - this template archives the current record that meets the criteria of the filters in your process template.
HandCode
Using ProArchive with HandCode - illustrates how to use ProArchive with handcode so you can process records in a queue or with a tagging template.