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