DBWInput

<< Click to Display Table of Contents >>

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

DBWInput

Description

Retrieves a field value as it is passed to the scripting by DBWorks.

Syntax

Function DBWInput(FieldName)

Parameter

FieldName

name of an existing field.

Return Values

The function returns a field value as it is passed to the scripting by DBWorks.

Remarks

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.

Example

material = DBWInput("Material")