Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
2-Sided (Duplex) Printing
Message
 
À
10/04/2003 10:11:28
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00775389
Message ID:
00776077
Vues:
28
Well .. if you don't have any data groups, here's another way to try this:

- Data Group: rnMyPage
- Report Variable: rnMyPage, Value=0, Calculate=SUM, Reset=End of Report
- Report Variable: rlPrintingTerms, Value=.f.
- On Entry Expression of Group Footer (rnMyPage)
_VFP.SetVar('rlPrintingTerms', .t.)
- On Exit Expression of Page Footer
_VFP.SetVar('rnMyPage', rnMyPage +IIF(rlPrintingTerms, 0, 1))
My suggestions are messy .. but I think that they will work for you.

Cathy


>There is only one data group on the layout (quotation number).
>This, however, is redundant as we only print one quotation per report now anyway (we had problems with large print runs being printed out of sequence).
>
>Is it possible to hack the .FRX directly and trick it into printing on a new page to mimic 'print summary on new page' but carry on with the rest of the report afterwards?
>
>Can 3rd party report writers do this sort of thing (eg Frx2any or crystal)?
>
>Is it possible to write a function that could insert an extra record into the data whilst it is in the process of being printed and use that 'dummy' record as a flag to print the terms and consitions on the bcak side?
>
>HHmmmmm
>
>Mark
Cathy Pountney, Microsoft Visual FoxPro MVP
Memorial Business Systems, Inc. (www.mbs-intl.com)

My Website: (www.frontier2000.com)
My Blog: (www.cathypountney.blogspot.com)
My Book: The Visual FoxPro Report Writer - Pushing it to the Limit and Beyond
Free MSDN Article: What's New in the VFP 9.0 Report Writer
Free MSDN Article: The VFP 9.0 Report Writer In Action
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform