Show an Account Schedule Form.

This simply raises the UIFormShowAccountSchedule event which the User Interface can trap and perform the necessary action.

Syntax

finPageSetHandler.FormShowAccountSchedule(account, [accountCalc], [allowEdit], [gotoWhatIf])

Parameters

NameTypeOptionalByRefDescription
account finAccount The Account object.
accountCalc finAccountCalc Optional An optional Account Calculation object. If omitted, the Account's current Calculation will be used. If omitted, a value of Nothing is assumed.
allowEdit Boolean Optional Indicates whether to enable editing functionality on the Account Schedule Form. If True, this will ignore the 'accountCalc' and use the Account's current Calculation. If omitted, a value of False is assumed.
gotoWhatIf Boolean Optional Indicates whether to go to the first 'What If' Schedule entry, e.g., a 'What If' Account Payment. 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