Create an 'FormShow' type Application Shortcut to show a form and optionally load a record and jump to a page.
Syntax
ISSupport.CreateApplicationShortcutFormShow(form, [id], [page])
Parameters
| Name | Type | Optional | ByRef | Description |
| form |
String |
|
|
The Form Key of the Form to show. |
| id |
String |
Optional |
|
The Id of the record to load. |
| page |
String |
Optional |
|
The caption of the Page to jump to. This can include a wildcard character, e.g., "Logs*". |
Return Value
- Member of:
- ISSupport
- Namespace:
- Intersoft.ISSupport6
- Assembly:
- ISSupport6, Version=6.0.3
- Target Framework:
- .NET 9.0