FormBase::StoreFormValue (open)
Store the current value of the form
Syntax
LOADLIB "mod::publisher/lib/forms/base.whlib";
STRING FUNCTION StoreFormValue(RECORD options)Parameters
RECORD optionsOptions
RECORD extradataAdditional data to pass to the submit handler
INTEGER formidThe id of the form file to store the results (defaults to current target)
STRING guidThe result guid, defaults to a random guid, can be used to overwrite an existing result
STRING idfieldvalueThe name of the field that should have a unique value across all form results
BOOLEAN iseditIf this is an edit of an existing result
BOOLEAN ispendingIf this is a pending result that has to be confirmed before it's final
Return value
STRINGThe guid used to store the result