Hi,
i have in a preview a report composed of many pages (for each customer two pages).
the task is, to find out what customer the user makes a printoutput for (print-toolbarbutton).
especially when the user prints e.g. pages 30-47, 62-63 -> 10 customer.
the report is based on a template (with interactive fields and VPE-VCL-Version 7.00).
how can i access in the TVPEngine.OnRequestPrint- or TVPEngine.OnPrintNewPage-event the templateobject of the just printed document to retrieve e.g. via FindFieldObject(...) the customer-nr?
Hans