Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Eject on odd page break
Message
 
À
21/09/2006 16:42:45
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
01156199
Message ID:
01156212
Vues:
25
>I have a report that groups on ssn. Depending on how a person is "classified", the report grouping will print 3 or 4 pages. The report is being sent to a duplex printer (prints front and back of paper), so those employees that have 3 pages printed need an extra page eject to occur so the next employee always starts on a new page.
>
>How can I get my report to send an extra page eject after the employees that have only 3 pages of print (_PAGENO = 3 and inlist(class,"09","11","29"))?
>
>I have tried calling a UDF from the last control in the ssn group footer when the extra eject is needed (_PAGENO = 3 and inlist(class,"09","11","29")) but it didn't work. Any ideas?
>
>I have, but not currently using, VFP 9 if that helps.
>
>Tim

how about placing a huge text block after the data that only prints if (_PAGENO = 3 and inlist(class,"09","11","29")) ?
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform