Executes an Application Shortcut.

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.ExecuteApplicationShortcutUrl(applicationShortcut, [avoidForm], [source], [parentForm], [delayMilliseconds])

Parameters

NameTypeOptionalByRefDescription
applicationShortcut String The Application Shortcut string.
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.
delayMilliseconds Integer Optional If omitted, a value of 0 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