|
<< 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.
[form!]DBWPar.lookUpUIFromCode voice As String |
Useful to read fields as they should be displayed to the user.
Dim DBWPar : Set DBWPar = CreateObject("mwscriptgui.dbwpar")
MsgBox DBWPar.lookUpUIFromCode("NAME_FIELD_DESCRIPTION")
Set DBWPar = nothing