Show a Page Set.

<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>

Syntax

finPageSetHandler.FormShowPageSet(pageSetId, [dataSource], [parameters], [includePageCodes], [readOnly])

Parameters

NameTypeOptionalByRefDescription
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.

Return Value

Boolean

A Boolean value indicating success.

Member of:
finPageSetHandler
Namespace:
Intersoft.finSupport6
Assembly:
finSupport6, Version=6.0.3
Target Framework:
.NET 9.0