15. FR Toolbox Reference

The following lists the suite of FRToolbox functions you can use for communicating with your FileMaker database.

The first section provides an introduction to management of a BlackBox in Reactor.

  1. Debugging


Reactor Tag


<?reactor reactor?>

Everything between these Reactor tags is interpreted by Reactor. This can be:


FileMaker calculation

You can perform any FileMaker calculation inside reactor tags

next_week_date_var = '<?reactor Get ( CurrentDate ) + 7 reactor?>';

Example output:  next_week_date_var = '22/06/2019';