Title:   GNUe Reports Triggers 
Status:  Current 
Created: 2002-10-31
Revised: 2002-10-31

Report <report> 
  On-Startup - fires upon report startup after the data connections are complete
  On-End - fires upon completion of output

Section <section>
   Pre-Section - fires upon entering a section
   Post-Section = fires upon exiting a section       


Possible flow.....
<jcater> as section is only a grouping, not actual physical rows
<jcater> I dunno
<jcater> so for a simple master/detail, it'd go: 
<jcater> On-Startup
<jcater>   master.Pre-Section
<jcater>     master.On-New-Record
<jcater>     detail.Pre-Section
<jcater>       detail.On-New-Record
<jcater>       detail.On-New-Record
<jcater>       detail.On-New-Record
<jcater>     detail.Post-Section
<jcater>     master.On-New-Record
<jcater>         .....
<jcater>   master.Post-Section
<jcater> On-Exit
