PdcUserFieldList.SetUserField: Difference between revisions

From External Bemet Wiki
Jump to navigation Jump to search
Created page with "== Declaration == SetUserField(FieldName as String,Value as Variant) as Boolean == Description == Returns true or false whether the value of the supplied userfield could be c..."
 
No edit summary
 
Line 4: Line 4:
== Description ==
== Description ==
Returns true or false whether the value of the supplied userfield could be changed  
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 ==
== Notes ==

Latest revision as of 10:45, 20 December 2018

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