TolliumTabsExtensionBase::SubmitExtension (open)
Called when the screen with the extension submits.
Syntax
LOADLIB "mod::tollium/lib/screenbase.whlib";
MACRO SubmitExtension(OBJECT feedback)
Parameters
OBJECT feedback
The feedback object to report errors to
Description
SubmitExtension is the last chance to report any errors. It will not be invoked if validation has already failed.