|
<< Click to Display Table of Contents >> Navigation: Programming Mechworks PDM > DBWCommandShell > Commands Reference > UserInterface > ShowChangeQuantityDialog |
available from build: 20160609 |
The command allows to change the quantity related to the current selected item (assembly, part or generic) at tree level.
call DBWShell("ShowChangeQuantityDialog")
The browser must be opened (Document or Tree page).

The dialog is effective as if invoked from UI, so its result is a change of the quantity of the selected record
Sub Main()
DBWInit(True)
DBWShell("ShowChangeQuantityDialog")
End Sub