<para> This simply raises the UIFormShowPageSet event which the User Interface can trap and perform the necessary action. </para> <para> NOTE: The new PageSetHandler will have a ParentPageSetHandler property that will point to this finPageSetHandler object. </para>
| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| pageSetId | String | The Id of the Page Set. | ||
| dataSource | Object | Optional | The Data Source or Nothing if this Page Set does not use a Data Source. If omitted, a value of Nothing is assumed. | |
| parameters | ISKeyValueList | Optional | Parameters passed to this Page Set Handler. If omitted, a value of Nothing is assumed. | |
| includePageCodes | String | Optional | <para> A comma-separated list of Page Codes to include or a blank String to make all 'Active' pages Visible by default. </para> <para> Note that this is only the initial Visible state for Pages. Script code can override this. </para> | |
| readOnly | Boolean | Optional | If omitted, a value of False is assumed. |
A Boolean value indicating success.