PdcUserFieldList.SetUserField

From External Bemet Wiki
Revision as of 10:45, 20 December 2018 by Arjan (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Declaration

SetUserField(FieldName as String,Value as Variant) as Boolean

Description

Returns true or false whether the value of the supplied userfield could be changed

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

Notes

This method stores the given value in the given userfield

Code example

Availability