OpenIPForm(String,FormOpenType) Method
- Last UpdatedNov 06, 2025
- 1 minute read
The OpenIPForm() method opens the specified dialog.
This overload of the method defines dialogtype to use for the dialog(modal, modeless, etc.).
'Declaration
Public Overloads Shared Sub OpenIPForm( _
ByVal formName As String, _
ByVal dialogType As FactMES.Client.Interfaces.FormOpenType _
)
public static void OpenIPForm(
string formName,
FactMES.Client.Interfaces.FormOpenType dialogType
)
Parameters
- formName
- Required. Holds the name of the dialogto open.
- dialogType
- Required. Holds the method for how the dialogshould be opened (modal, modeless, etc.).