Add an Action to Open a Form.
Syntax
finSmartListActions.AddRowFormOpen(actionId, form, idField, [parametersUrl], [icon], [caption], [description])
Parameters
| Name | Type | Optional | ByRef | Description |
| actionId |
String |
|
|
|
| form |
String |
|
|
A Form Key, e.g., "Clients". |
| idField |
String |
|
|
The name of the Id Field to pass as an "id" Parameters when opening the Form. |
| parametersUrl |
String |
Optional |
|
Other URL-encoded Parameters. |
| icon |
String |
Optional |
|
If omitted, a value of Form_Open is assumed. |
| caption |
String |
Optional |
|
|
| description |
String |
Optional |
|
|
Return Value
- Member of:
- finSmartListActions
- Namespace:
- Intersoft.finSupport6
- Assembly:
- finSupport6, Version=6.0.3
- Target Framework:
- .NET 9.0