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 optionsOptions
RECORD extradataExtra data to pass to the form
Return value
RECORDSubmission information
RECORD ARRAY errorsFatal errors preventing submission
STRING errors.messageError message
OBJECT errors.objObject reporting the error (you would generally take its 'name' or 'title')
RECORD resultSubmission result record (contains the result of Submit)
STRING result.resultsguidGUID under which the results were stored
BOOLEAN successTrue if form was successfully submitted
RECORD ARRAY warningsNon-fatal warnings
STRING warnings.messageWarning message
OBJECT warnings.objObject reporting the warning (you would generally take its 'name' or 'title')