Deprecated in UI API 2004.The method is supported for backward compatibility in the next two releases. Use GetForm instead.
Public Function GetFormByTypeAndCount( _ ByVal Type As Long, _ ByVal Count As Long _ ) As Form
Dim oForm As SAPbouiCOM.Form 'get the i (one based) form of type MY_FORM_TYPE Set oForm = oApplication.Forms.GetFormByTypeAndCount(MY_FORM_TYPE, i)
Forms Collection