PdcUserFieldList.GetUserField: Difference between revisions

From External Bemet Wiki
Jump to navigation Jump to search
Created page with "== Declaration == GetUserField(Value as String) as Variant == Description == Returns the value of the supplied userfield == Notes == This method returns the value of the gi..."
 
No edit summary
 
Line 7: Line 7:
== Notes ==
== Notes ==
This method returns the value of the given userfield  
This method returns the value of the given userfield  
The method can not be used to get a fixed userfield. Use userstring(index) or usercheck(index) instead


== Code example ==
== Code example ==

Latest revision as of 10:44, 20 December 2018

Declaration

GetUserField(Value as String) as Variant

Description

Returns the value of the supplied userfield

Notes

This method returns the value of the given userfield

The method can not be used to get a fixed userfield. Use userstring(index) or usercheck(index) instead

Code example

Availability