lookUpUIFromCode Method

<< Click to Display Table of Contents >>

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

lookUpUIFromCode Method

MechWorks MWScriptGUI Scripting Utility Object

Returns the User Interface value of a database field.

Syntax

[form!]DBWPar.lookUpUIFromCode voice As String

Remarks

Useful to read fields as they should be displayed to the user.

See also

Example

Dim DBWPar : Set DBWPar = CreateObject("mwscriptgui.dbwpar")
MsgBox DBWPar.lookUpUIFromCode("NAME_FIELD_DESCRIPTION")
Set DBWPar = nothing