IsProhibitDesignRefresh (NotesView - LotusScript®)

Read-write. Indicates whether a design refresh or replace can overwrite a view.

Note: This property is new with Release 6.

Defined in

NotesView

Data type

Boolean

Syntax

To get: flag = notesView .IsProhibitDesignRefresh

To set: notesView .IsProhibitDesignRefresh = flag

Return value

  • True indicates that the view cannot be refreshed.
  • False (default) indicates that the view can be refreshed.

Usage

This property is the same as "Prohibit design refresh or replace to modify" under the Design tab in the View Design Properties box.

Example