FormBase::FormExecuteSubmit (open)
Submit the form using its current values
Syntax
LOADLIB "mod::publisher/lib/forms/base.whlib";
RECORD FUNCTION FormExecuteSubmit(RECORD options)
Parameters
RECORD options
Options
RECORD extradata
Extra data to pass to the form
Return value
RECORD
Submission information
RECORD ARRAY errors
Fatal errors preventing submission
STRING errors.message
Error message
OBJECT errors.obj
Object reporting the error (you would generally take its 'name' or 'title')
RECORD result
Submission result record (contains the result of Submit)
STRING result.resultsguid
GUID under which the results were stored
BOOLEAN success
True if form was successfully submitted
RECORD ARRAY warnings
Non-fatal warnings
STRING warnings.message
Warning message
OBJECT warnings.obj
Object reporting the warning (you would generally take its 'name' or 'title')