EGL Reference Guide for iSeries

In a pageHandler part

Each use declaration in a pageHandler part must be external to any function. The syntax for the declaration is as follows:



Syntax diagram for a use declaration in a pageHandler part

dataTablePartName
Name of a dataTable part that is visible to the pageHandler part.

You cannot override properties of a dataTable part in the use declaration.

For an overview of dataTable parts, see DataTable part.

libraryPartName
Name of a library part that is visible to the pageHandler part.

You cannot override properties of the library part in the use declaration.

For an overview of library parts, see Library part.


Related concepts
DataTable part
FormGroup part
Form part
Library part
References to parts


Related reference
pfKeyEquate


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]