Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to put the summary band in bottom of report ?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00695014
Message ID:
00695129
Vues:
15
Yes, I was talking about page footer (used wrong word, sorry). Well, you're going to place some info in the footer with Print When condition. So, in case when condition evaluates to false, you end up with blank lines, right? The option to remove line if blank is disabled in the footer...

>REPORT footer? I suggested to move it to the PAGE footer. And where blank/empty lines coming from? Sorry, do not understand what it is about and how it relates to my reply.
>
>>Hi Yuri,
>>
>>I wanted to suggest this solution, but stopped at this thought: AFAIK Report's Footer doesn't have Remove Line if blank. So, you would end up with couple of empty lines in the footer.
>>
>>I have an idea, but not sure, if it would work: put a function in the report footer, e.g. MySummaryBand() This function will return either "" or the summary. This way you should not have additional lines in the report.
>>
>>However, it's just an idea and not tested.
>>
>>>One of the solution is:
>>>
>>>Move all items from summary to the page footer. Add appropriate Print When condition for each item moved. The condition could be eof() or the report last page. To get the report last page you should run report twice, like:
>>>
>>>lastpage=10000 && just initial value
>>>report form.... to file ...
>>>lastpage=_pageno
>>>report form.... to print
>>>
>>>
>>>>I need to print the report summary at the bottom of the page.
>>>>Is it possible ?
>>>>
>>>>Thanks
>>>>Eric
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform