DBWShell

<< Click to Display Table of Contents >>

Navigation:  Programming Mechworks PDM > DBWCommandShell > Library Reference > PDMSystem >

DBWShell

Description

Sends a command to MechworksPDM.

Syntax

Sub DBWShell (Command)

Parameter

Command

name of a valid command.

Return Values

After calling the function check the boolean value of the okDBW variable:

TRUE

if the command has been correctly executed

FALSE

if it has occurred some problems

Remarks

The commands, each with proper parameters, are specified as strings
For further information on the available commands, see the command list here below.

Example

' Open the DBWorks browser
call DBWShell( "OpenForBrowsing" )
if (okDBW = False) then exit sub