ShowEditParentChildDataDialog

<< Click to Display Table of Contents >>

Navigation:  Programming Mechworks PDM > DBWCommandShell > Commands Reference > UserInterface >

ShowEditParentChildDataDialog

Description

The command shows the dialog for modifying the parent child data of the currently selected item in the tree. It's the API way to call the RMB→BOM→Edit Parent Child data dialog.

Syntax

call DBWShell("ShowEditParentChildDataDialog")

Remarks

The browser must be opened (Document or Tree page) and a record must be selected in the Tree.

ShowEditParentChildData

Results

The dialog is effective as if invoked from UI, so its result is a change of the quantity of the selected record

Example

Sub Main()
 DBWInit(True)
 DBWShell("ShowEditParentChildDataDialog")
End Sub