Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Lines in report to cover entire page.
Message
 
À
09/08/2007 12:48:57
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Versions des environnements
Visual FoxPro:
VFP 9 SP1
Divers
Thread ID:
01247057
Message ID:
01247279
Vues:
18
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform