pagelast

Stores a reference to the global item in the last page of the form, excluding the global page.

A page is last when it appears last in the build order (in other words, it is last in the XFDL text).

This option is not saved or transmitted as part of the form. Instead, it is automatically created each time the form is read into memory, and is maintained only during display or processing.

Syntax

   <pagelast>page reference</pagelast>
Table 1. pagelast parameter
Parameter Type Description
page reference string A reference to the global option in the last page of a form. this does not include the form's global page.

Available in

page global

Example

This sample shows how the pagelast option appears in the page globals of a form.

   <page sid="PAGE1">
      <global sid="global">
         <pagelast>PAGE4.global</pagelast>
      </global>
   </page>

Usage details

  1. Defaults: none
  2. The pagelast option stores a reference to the global item of the last page. For example, PAGE4.global.
  3. The pagelast option is not saved or transmitted with form descriptions.