Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
2-Sided (Duplex) Printing
Message
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00775389
Message ID:
00930876
Views:
18
Cathy,

Sorry for jumping in here so late, but I too have run into something similar. However, the formating of the report is a Bill of Lading with vertical lines, a page header, and a page footer. They don't want any of this on the second page, just the terms and conditions. Is there a way to do this? Also, this is in VFP 6 :-(.

Thanks in advance.

Rod

>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
Rod Lewis
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform