LoopbackTransaction::BroadcastOnCommit (open)

Register a commit event, which is broadcasted if the transaction succesfully commits

Syntax

LOADLIB "wh::dbase/loopback.whlib";

MACRO BroadcastOnCommit(STRING eventname, RECORD eventdata)

Parameters

STRING eventname

Name of the event to broadcast

RECORD eventdata

Data to broadcast with the event. If non existing, events with the same name will be coalesced