Execute a Version 2 Summary Page type script.

Syntax

finScriptExecutable.ExecuteSummaryPage2(returnValue, source, eventId, eventArgs, handled, returnValues, scriptContextData, properties, text, [constants])

Parameters

NameTypeOptionalByRefDescription
returnValue Boolean ByRef The Return Value from the Script function.
source Object The Source Object from which to generate the Web Summary Page (this may be Nothing).
eventId String The Event Id.
eventArgs ISKeyValueList Other Event Arguments.
handled Boolean ByRef Indicates whether the event has handled.
returnValues ISKeyValueList ByRef Any Return Values (in addition to the text parameter).
scriptContextData ISKeyValueList An Context Data to be passed to the Script. These will be available via ScriptInfo.ContextData and various shortcuts, e.g. ScriptInfo.Target.
properties ISKeyValueList An additional properties to be passed to the Script. These will be available via ScriptInfo.Properties.
text String ByRef The text generated for the Summary Page or event.
constants ISKeyValueList Optional If omitted, a value of Nothing is assumed.

Return Value

Boolean

A Boolean value indicating success.

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