Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Page breaks in reports
Message
De
25/11/2018 17:26:46
 
 
À
25/11/2018 09:13:59
Denis Filer
University of Oxford
Royaume Uni
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
01663792
Message ID:
01663793
Vues:
78
>I suspect this is an easy one:
>
>A visual report template printing address labels.
>Want to stop it splitting a given label onto two pages - rather it needs to throw page if not sufficient room to print all.
>I'd have thought data grouping would do it but it seems not to.
>
>Is there a way to ensure a group of (about 7) address fields are printed on the same page?
>
>Thanks.

There may be a way to do it with VFP report settings, but I'm not aware of it. I'd be curious to hear a standard VFP solution.

If you know how many labels there will be on a page you can pre-process the report file looking for related groups, copying the source records to an alternate table, and padding the records with blank records so your page groups align, then print from the alternate table. In that way, all records will print on whatever page they will, but you've controlled which ones are grouped together by purposefully grouping them / padding them by the blank records where required.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform