SAP Business One UI API 10.0 - Objects Reference (10.00.270)
GetFormInfo Method
UI API
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
ResourceData Object