ReadFPXMLZones

Reads the zones from the FPXML into the objects for the page and stores the specified fields. When it creates detail lines, it knows the positions of the fields of these detail lines.

Syntax

bool ReadFPXMLZones (StrParam)

Parameters

Comma-separated parameters:
  1. The fingerprint directory. Smart parameters are supported.
  2. A comma-separated list of the detail lines.

Returns

False if called at the wrong level or if the FPXML does not exist. Otherwise, True.

Level

Page level.

Details

Example
ReadFPXMLZones("@APPPATH(fingerprint),details,lineid,itemdesc,qty,price,linetotal")
rrSet("FPXML","@P.ZoneRead")
IsMultipageDocument()
SetEOL("|")