Skip to content

pbDisableSaveEnvironment - AppDialog

Determines whether Views and ReportViews save and restore size and location on closing and reopening, respectively

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

Syntax

Property Boolean pbDisableSaveEnvironment
Access Type Syntax
Read Access: Get pbDisableSaveEnvironment to BooleanVariable
Write Access: Set pbDisableSaveEnvironment to BooleanVariable/Value

Description

When False (the default), Views (dbView class) and ReportViews (ReportView class) save and restore size and location on closing and reopening, respectively.

Sample

You can disable the automatic save and restore behavior like this.

Set pbDisableSaveEnvironment to True