FindFields

Sets up a data file for the current page and provides field position information to the data file.

Member of namespace:

MC_Identify

Syntax:

bool FindFields()

Parameters

None

Returns

False, if the rule with this action is not bound to a page object of the document hierarchy or if a source page that is represented by the page object is not available. Otherwise, True.

Level

Page level.

Details

This action sets up a data file (.xml) for the current page and supplies the data field with field position information.
This action is usually part of a Medical Claims ID_PageFix rule.
Example:
SetMaxToleranceDistance(60)
SetFormType(0)
ReadDCOSetup(HFCA.xml,POS 1052)
FindFields`()