Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Top line of each page
Message
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00793128
Message ID:
00793136
Views:
22
>I have a multi-page report with simple columns of numbers.
>
>So far, I have been showing a "$" at the top of each column of numbers - accounting style. This is easy because I say "print when recno()=1"
>
>Now the client has asked me to have that "$" on the first row ON EACH PAGE. I cannot figure out how to make this happen. Any ideas?
>
>TIA
>Michael

If the number of lines on 1 page (lpp) is constant you could use something like print when recno() mod lpp = 1.

Marc

If things have the tendency to go your way, do not worry. It won't last. Jules Renard.
Previous
Reply
Map
View

Click here to load this message in the networking platform