FormHandlerTaskBase::PrepareTask (open)

Override PrepareTask with your task preparation code code. This function is called without work, and can be used to do long I/O. Result data can be stored in the current object. Throw exceptions if something fails and you want to be restarted. No database work is opened when this function runs

Syntax

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

MACRO PrepareTask(RECORD data)

Parameters

data

Task data