|
<< Click to Display Table of Contents >> Navigation: Programming Mechworks PDM > DBWCommandShell > Library Reference > PDMSystem > DBWShell |
Sends a command to MechworksPDM.
Sub DBWShell (Command)
Command |
name of a valid command. |
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 |
The commands, each with proper parameters, are specified as strings
For further information on the available commands, see the command list here below.
' Open the DBWorks browser
call DBWShell( "OpenForBrowsing" )
if (okDBW = False) then exit sub