Print a form using FastReport VCL 5
I am testing out FastReport VCL 5 as a replacement for our application's extremely old reporting tool. One of the things we do a lot of is printing of forms to laser printers and I am trying to figure out how to print the form elements. For example, we have an invoice that has some borders around the edge of the page, company name at the top, watermark logo image in the middle, dividing lines, etc. Inside these form elements are the standard invoice headings (invoice #, date, account name, etc) and detail items (specific charges, comments, etc). I cannot figure out how to get the form elements to print behind the master and detail bands? If I use the page heading band, it has to print before (not behind) the master data band.
Comments
Thanks! Got it working with some help from another user on StackOverflow.