Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Conditional printing
Message
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00667045
Message ID:
00667064
Views:
21
>>Hi All,
>>I'm stumped. What would I have to do to have a lable on a report print only on page 1 when the page count is greater than 1? Any help would be wonderful.
>>Thanks,
>
>I can see why you are stumped. I guess the code would look like this.
>IFF(_PageNo = 1 AND _PageNo > 1,"PrintThis","")
>
>You will have to setup your own counter in addition to _PageNo if I understand your question correctly.
>
>IFF(_PageNo = 1 AND TotalPages > 1,"PrintThis","")

Christopher & Steve,
Thanks for the replys. What I have determined is that the lable 'continued next page' (described above) would print except that I am putting too much info in my detail band. (banging head on desk)How do I limit the number of lines or the amount of space taken up in the detail band?
Thanks,
Winn Pauley
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform