FormBase::BeginWork (open)
Begin transactional work
Syntax
LOADLIB "mod::publisher/lib/forms/base.whlib";
OBJECT FUNCTION BeginWork(RECORD options)
Parameters
RECORD options
Options
BOOLEAN database
Open work on the database. Defaults to TRUE
STRING mutex
Name of mutex to use when opening work
OBJECT ARRAY validate
Objects to validate. If the list is empty, nothing is validated. If this options is not passed, all fields will be validated
Return value
OBJECT
A transactional work object
Description
This function returns a transactional work object, and request any objects on the current screen to perform validation of their filled-in values