Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Lines in report to cover entire page.
Message
 
To
09/08/2007 12:48:57
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Environment versions
Visual FoxPro:
VFP 9 SP1
Miscellaneous
Thread ID:
01247057
Message ID:
01247279
Views:
17
Hi,

>I need to create a report which will have lines, tables and boxes on the detail line. I need the ilnes to continue all the way down to the bottom of the form no matter how many detail band records are in the generated report.

One approach is to replace the line with a shape with a height of 1 or 2, as Render isn't called for line objects. Then create a report listener class that handles your shape in the Render method. Call DODEFAULT() in a loop passing different positions on every iteration. This way you can print the same line (shape element) multiple times on the entire page. You might want to put this line into the page header so that your code is only called once per page.
--
Christof
Previous
Reply
Map
View

Click here to load this message in the networking platform