Raises the ApplicationShortcutExecute Event which allows the User Interface to handle Application Shortcuts.

If an uncommitted database transaction exists, this will return True but be added to the DeferredProcessingList and executed after the database transaction has been committed or do nothing if the database transaction was rolled back.

Syntax

ISfinSupport.ExecuteApplicationShortcut(applicationShortcut, [avoidForm], [source], [parentForm])

Parameters

NameTypeOptionalByRefDescription
applicationShortcut ISApplicationShortcut The Application Shortcut.
avoidForm Object Optional The Form to Avoid when executing a FormOpen Application Shortcut. If omitted, a value of Nothing is assumed.
source Object Optional The Source, e.g., the ISWebView control that the Application Shortcut was launched from. If omitted, a value of Nothing is assumed.
parentForm Object Optional The Parent Form from which this Application Shortcut is being executed. This might be used to ensure that a form is opened 'pseudo-modal' in the User Interface. If omitted, a value of Nothing is assumed.

Return Value

Boolean

A Boolean value indicating success.

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