WebtoolFormPage::Submit (open)
Do additional form processing
Syntax
LOADLIB "mod::publisher/lib/forms/base.whlib";
RECORD FUNCTION Submit(OBJECT work, RECORD extradata)Parameters
OBJECT workThe currently opened work object
RECORD extradataExtra form data
Return value
RECORDThe result record
Description
This function is called after the work has been validated initially and before the results are stored. Additional
errors and warning can be added to the work object. The result record is returned to the client. resultsguid
should not be used as the name of a result record cell.