Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Conditional printing
Message
 
 
To
11/06/2002 15:46:42
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00667045
Message ID:
00667097
Views:
38
Winn,

Cathy Pountney described the technique of printing "Continued..." label in her article in FoxTalk. It should be either Dec. 2000 issue or February 2001.

>>>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,
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform