DynamicQuery::ExecuteTo (open)

Executes the query and send the rows to a specific function. These are in the form [ source1 := [ column1 := value, column2 := value, ... ], source2 := ... ].

Syntax

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

MACRO ExecuteTo(MACRO PTR receiver)

Parameters

MACRO PTR receiver