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.