DBWorksDllModuleName Property

<< Click to Display Table of Contents >>

Navigation:  Programming Mechworks PDM > DBWCommandShell > Object Reference > DBWPar Properties >

DBWorksDllModuleName Property

MechWorks MWScriptGUI Scripting Utility Object

Returns the name of the dll calling the object

Syntax

[form!]DBWPar.DBWorksDllModuleName[ = value As String ]

Remarks

The values that can be returned are:

"DBWALONE.EXE"
"DBWORKS.DLL"
"WScript.exe"
"DBINVENTOR.DLL"
 
An empty value indicates unknown caller, WScript.exe indicates direct scripting call, outside any external application, i.e. double click on a .vbs file.
 
This property has been introduced for advanced programming depending on the environment.

Data Type

String

See also