You are here:

On the Custom Processing tab of the Design Workbench, Foxfire! gives you four different areas where you can add customization to an individual request. Customizations entered in this area apply only to the specific Request, they are not global. if you want to make global customizations, use the modify FFConfig.prg using the Event Generator

custom_processing_tab

You may enter any custom code or UDF’s in each of these areas. 

Each of the events listed below have related FFConfig.prg entries. We show below which fires first – FFConfig, or the Request code. 

Before SQL generation, execute: FFConfig fires, then the Request code. 

Before query, execute: Request fires, then the FFConfig code. 

After query, execute: Request fires, then the FFConfig code. 

After output, execute: Request fires, then the FFConfig code.

Table of Contents