ShowChangeQuantityDialog

<< Click to Display Table of Contents >>

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

ShowChangeQuantityDialog

available from build: 20160609

Description

The command allows to change the quantity related to the current selected item (assembly, part or generic) at tree level.

Syntax

call DBWShell("ShowChangeQuantityDialog")

Remarks

The browser must be opened (Document or Tree page).

ShowChangeQuantityDialog

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("ShowChangeQuantityDialog")
End Sub