|
<< Click to Display Table of Contents >> Navigation: Programming Mechworks PDM > DBWCommandShell > Library Reference > PDMSystem > DBWInit |
Initializes the library
Function DBWInit(showMessages)
showMessages |
Boolean. If TRUE displays error messages in case of error |
TRUE |
if succeeded |
|---|---|
FALSE |
otherwise |
It is necessary to call this function if you want to have direct access to the database fields or in general to the messages file in order to localize your script.
if DBWInit(True) then ' initialization succeeded