FormSettingsExtensionBase::ValidateValue (open)

Validate the settings

Syntax

LOADLIB "mod::publisher/lib/forms/editor.whlib";

MACRO ValidateValue(OBJECT work)

Parameters

OBJECT work

The work object to report errors and warnings to

Description

This function is called to validate the custom settings. Override this function to perform custom validation on the settings in the form settings tabs extension.