Execute an Action on all open Forms.

Syntax

ISForms.ExecuteAction(actionId, [data], [forceNotification], [formKey], [recordId], [ignoreForm])

Parameters

NameTypeOptionalByRefDescription
actionId String The Action Id.
data Object Optional The Action Data. If omitted, a value of Nothing is assumed.
forceNotification Boolean Optional Indicates that Notification Actions should be sent even if the User's Performance settings are set to ignore notifications. If omitted, a value of False is assumed.
formKey String Optional Restrict to Forms with this FormKey.
recordId String Optional Restrict to Forms that have this Record Id loaded.
ignoreForm ISFormBase Optional Do not send action to this form. If omitted, a value of Nothing is assumed.
Member of:
ISForms
Namespace:
Intersoft.ISUserInterface6
Assembly:
ISUserInterface6, Version=6.0.3
Target Framework:
.NET 9.0