šŸ“š SAP Business One SDK Help

Forms Property
See AlsoĀ 

Description

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.

Property type

Read-only property

Syntax

Visual Basic
Public Property Forms() As Forms

See Also