📚 SAP Business One SDK Help

GetFormInfo Method
See Also 
FormType
The form for which to retrieve information.

Description

Returns resource information for the specified form type.

Syntax

Visual Basic
Public Function GetFormInfo( _
   ByVal FormType As String _
) As FormInfo

Parameters

FormType
The form for which to retrieve information.

Return Type

If you specify a user-defined form, the method throws an exception.

Remarks

  • You can get resource information only system forms only. If a user-defined form is specified, an exception is thrown.
  • Resource information is returned only in the language set in the company database connected to the application.

See Also