Previous Topic

Next Topic

Book Contents

Pageref

Purpose

Identifies the RefName of a form as the location of a mapped control in the Path element of a mapping definition. Include one Pageref element in a RefName path defined by a Path element.

Syntax

<PAGEREF
   REFNAME="name"/>

Attributes

REFNAME="name"

RefName of the form in which the mapped source control occurs. Required.

Example

The following example shows the ECG form as the location where the mapped COMMONDATE control occurs.

<PATH>
  <CHAPTERREF REFNAME="PF_ALL_VISITS"/>
  <PAGEREF REFNAME="ECG"/>
  <SECTIONREF REFNAME="LEADECG"/>
  <ITEMSETREF REFNAME="1"/>
  <ITEMREF REFNAME="DATEASSESS"/>
  <CONTROLREF REFNAME="COMMONDATE"/>
</PATH>

Send Feedback