Break Frame

A Break Frame is a development object in a Form or Report component that is used to display conditional information when a page break is encountered. A component can have multiple break frames.

Characteristics

Characteristics

 

Icon:

Print break frame icon

Object type code:

pbr

Main Development Object?

No

Part of:

Form, Report

Contains:

Property, Code Container, Non-Database Entity

Generalization:

Frame

Specializations:

Compilation Output:

URI format:

cpt:ComponentName/pbr:PrintBreakId

Specialization

Print Break specializes Frame in the following ways:

  • Its can only have a Form or Report component as parent object.

  • It must have a name and belong to the UYSY namespace. By default, they are called BREAK.USYS, BREAK_1.USYS, and so on.

  • It cannot contain database entities.

  • It can have a code container with a getFocus trigger.

Related Topics