Applies to

All controls.

Description

Determines whether a particular control should be displayed on all pages of a multi-page form, or the current page only.

Usage

list = Get_Property (objectname"PAGELIST")

oldlist = Set_Property (objectname"PAGELIST"list)

Remarks

list currently can have one of two values:

ValueDescription
-1Keep control on all pages.
0Keep control on current page only.
  • No labels