Dialog2 Method
Description
Opens the PC-DMIS dialog box for the corresponding command.
Syntax
Visual Basic |
---|
Public Function Dialog2( _ ByVal DialogObject As DmisDialog _ ) As Boolean |
Parameters
- DialogObject
- DmisDialog command object is returned if the dialog box is a modeless dialog box.
Return Type
Boolean value. Boolean returns true if the function succeeds, false if it fails.
See Also