| Forms Property | |
| See AlsoĀ |
A collection of theĀ formsĀ that haveĀ been openedĀ inĀ the SAP Business One application.
Access a specific form by supplying one of the following:
- By FormUID (internal form ID supplied as a parameter inĀ the ItemEvent event method and in the several event objects, such as ItemEvent)
- By index (the position with this collection, 0-based)
- By form type and instance count
Use the Forms.Item method when supplying a FormUID or index. Use the Forms.GetForm method when supplying a type and instance count.
Read-only property
| Visual Basic |
|---|
Public Property Forms() As Forms |