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.
| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| 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. |
A Boolean value indicating success.