FormBase::BeginWork (open)
Begin transactional work
Syntax
LOADLIB "mod::publisher/lib/forms/base.whlib";
OBJECT FUNCTION BeginWork(RECORD options)Parameters
RECORD optionsOptions
BOOLEAN databaseOpen work on the database. Defaults to TRUE
STRING mutexName of mutex to use when opening work
OBJECT ARRAY validateObjects to validate. If the list is empty, nothing is validated. If this options is not passed, all fields will be validated
Return value
OBJECTA 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