FormBase::SetFormValues (open)
Set form values using a flat array. Safer when fieldnames may be long
Syntax
LOADLIB "mod::publisher/lib/forms/base.whlib";
MACRO SetFormValues(RECORD ARRAY vals, RECORD options)Parameters
RECORD ARRAY valsList of values to set
STRING nameElement name to set
valueValue to set
RECORD optionsOptions
BOOLEAN ignorenonexistingIgnore non-existing fields (by default an exception is thrown)
BOOLEAN rpcjsSet to TRUE if the value are coming from the RPC JS API (and thus need UpdateFromJS)