Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
PCDLRN ActiveX DLL > PartProgramSettings Object : ShowFormViewsInPopUpWindowWhileExecuting Property
ShowFormViewsInPopUpWindowWhileExecuting Property
Description

This property controls how to display forms during measurement routine execution.

Property type
Read-write property
Syntax
Visual Basic
Public Property ShowFormViewsInPopUpWindowWhileExecuting As Boolean
Return Type

If you set this property a non-zero value or True, then the form appears in a top-most popup window. Even if PC-DMIS is not visible, this shows the form.

If you set this property to a zero value or False, then the form appears as a child window of the PC-DMIS application. Because it is a child window, if PC-DMIS is not visible, then the form is also not visible.

Remarks

The PC-DMIS Form Editor (File | Reporting | New | Form Report) lets you build interactive forms and dialog boxes in PC-DMIS and activate them when a measurement routine gets executed. For information, in the PC-DMIS Core help file, see the "About Forms" topic.

See Also