Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to print ## of ## in report ?
Message
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00037403
Message ID:
00037720
Views:
42
>>
>>I think what the text file is being used for here is to determine the number of pages for use in printer output. If so, then I think the problem with point size remains.
>>
>>George
>
>One thing I did was to add a end page column to the table I wuz printing out. I knew that I would display 30 rows per page with no fields that wrapped. So the math was simple to back fill in the end page column of my report table. Otherwise, running the report may be your only option... htwh

Steve,

As long as the number of rows is fixed, you could use something like:

lnnumpages = CEILING(RECCOUNT() / linesperpage)

However, with multiple data groupings, the likelihood of that occurring is pretty low. Couple that with the font issue, and a third party report generator would seem to be the best solution to a requirement to have the total number of pages on each page of the report.

George
George

Ubi caritas et amor, deus ibi est
Previous
Reply
Map
View

Click here to load this message in the networking platform