ShowAdvancedFilterInBrowser

<< Click to Display Table of Contents >>

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

ShowAdvancedFilterInBrowser

available from build: 20151028

Description

This command displays the Advanced Filter tab in the Browser's Tree Page.

Syntax

call DBWShell("ShowAdvancedFilterInBrowser")

Remarks

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.

ShowAdvancedFilterInBrowser

Example

Sub Main()

 DBWShell("ShowAdvancedFilterInBrowser")
End Sub