Skip to content

No_PageCheck_State - Report

Set true when the Report object is processing a new page

Type: Property
Access: Read/Write
Data Type: Integer
Parameters: None

Syntax

Property Integer No_PageCheck_State
Access Type Syntax
Read Access: Get No_PageCheck_State to IntegerVariable
Write Access: Set No_PageCheck_State to IntegerVariable/Value

Description

No_page_check_state is set true when the Report object is processing a new page (a new page or reprinting subheaders). When true, the output_pagecheck, output_wrap_pagecheck, and writeln_pagecheck procedures do not perform a page check.

This property is maintained by the Report object and you should be careful if you decide to change its value. The consequences of having it set to an invalid value are unpredictable.