|
<< Click to Display Table of Contents >> Navigation: Programming Mechworks PDM > DBWCommandShell > Commands Reference > Browser > ShowAdvancedFilterInBrowser |
available from build: 20151028 |
This command displays the Advanced Filter tab in the Browser's Tree Page.
call DBWShell("ShowAdvancedFilterInBrowser")
Before switching the Tree Page to the Advanced Filter tab, if the Browser is not opened, it will be done automatically, or if the Browser is in a minimized state, it will be restored.

Sub Main()
DBWShell("ShowAdvancedFilterInBrowser")
End Sub