PageAddId Method

Build 1501 on 14/Nov/2017  This topic last edited on: 23/Mar/2016, at 12:12

Description

Adds a page with the specified id to the current document, r/w or read/o.

Syntax

Fred.PageAddId (Id, viewonly, bQuiet)

Id

Required. Id of page.

viewonly

Required. True to open as read-only, false to open for editing.

bQuiet

Required. If TRUE the warning messages related to opening the page are not displayed. Blocking error messages are displayed in any case.

Remarks

Returns error code.

Context

Fred application dispatcher commands

See also

PageOpenId Method (Fred)

OnPageOpen Event

PageClose Method