Skip to content

AutoNew_Page_State - WinReport

Determines if a DFNew_Page is sent when the report is started or if new pages are explicitly generated

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

Syntax

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

Description

When the AutoNew_page_state property is true, a DFNew_Page is sent when the report is started. Most of the time, this is what is wanted. In the rare cases where you wish to generate new pages explicitly (probably in the subheader sections) you can set this property false.

Default is true.