Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
2-Sided (Duplex) Printing
Message
 
À
09/04/2003 13:05:29
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00775389
Message ID:
00776037
Vues:
20
I'm not sure if you are using Data Groups or not ... but assuming you are .. as long as you don't have anything in the Group Footer for the Quotation, you can give this a try.

Create Data Group 1 with an expressin of rnMyPage

Create Data Group 2 with an expression of YourQuoteNumber

Create a Report Variable:
- Name: rnMyPage
- Value to store: 0
- Initial Value: 0
- Calculate: SUM
- Reset: End of Report

In the On Exit Expression of Group Footer #1 (rnMyPage), use the following expression:
_VFP.SetVar('rnMyPage', rnMyPage - 1)
In the On Exit Expression of the Page Footer, use the following expression:
_VFP.SetVar('rnMyPage', rnMyPage +1)
Put the "Terms and Condition" stuff in Group Footer #1 (rnMyPage) and make sure it's defined as tall as the page, minus the page header and page footer heights.


However .. if you need totals or something in the Group Footer for the Quote Number .. I'll need to go back to the drawing board for you.

Cathy



>The terms and conditions need to be on the back side of each piece of paper.
>
>I'm sure it must be have been done before but it's beaten me!
>
>Thanks
>
>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
Répondre
Fil
Voir

Click here to load this message in the networking platform