FormBase::GetFormField (open)
Get a field by name
Syntax
LOADLIB "mod::publisher/lib/forms/base.whlib";
OBJECT FUNCTION GetFormField(STRING findname)
Parameters
STRING findname
Name of field to get
Return value
OBJECT
The field matching the name. DEFAULT OBJECT if not found