TolliumScreenBase::BeginWork (open)

Begin transactional work

Syntax

LOADLIB "mod::tollium/lib/screenbase.whlib";

OBJECT FUNCTION BeginWork(RECORD options)

Parameters

RECORD options

Options

BOOLEAN database

Whether to open a database transaction

STRING mutex

Name of mutex to lock (optional)

OBJECT ARRAY validate

List of components to validate (recursively)

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