|
<< Click to Display Table of Contents >> Navigation: Programming Mechworks PDM > DBWCommandShell > Library Reference > PDMSystem > DBWInput |
Retrieves a field value as it is passed to the scripting by DBWorks.
Function DBWInput(FieldName)
FieldName |
name of an existing field. |
The function returns a field value as it is passed to the scripting by DBWorks.
This method is used by every external dialog or script to retrieve field values passed by DBWorks before yielding control to the script.
Use it to retrieve the value of a field in the current record.
material = DBWInput("Material")