Create an 'FormAction' type Application Shortcut to perform a form action.

Syntax

ISSupport.CreateApplicationShortcutFormAction(form, action, [parameters], [open], [activate])

Parameters

NameTypeOptionalByRefDescription
form String The Form Key of the Form or a blank String to perform the action against the current form or "*" to perform the action against all forms.
action String The Action.
parameters ISKeyValueList Optional Any additional Parameters to send with the Form Action. If omitted, a value of Nothing is assumed.
open Boolean Optional Indicates whether to open the form if it is not already open. If omitted, a value of False is assumed.
activate Boolean Optional Indicates whether to activate the form if it is not the current form. If omitted, a value of False is assumed.

Return Value

ISApplicationShortcut

An ISApplicationShortcut object.

Member of:
ISSupport
Namespace:
Intersoft.ISSupport6
Assembly:
ISSupport6, Version=6.0.3
Target Framework:
.NET 9.0