Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Printing determined record
Message
 
 
To
26/02/2001 16:56:58
Thelma Krueger
Mammography Reporting System, Inc.
Seattle, Washington, United States
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00479127
Message ID:
00479860
Views:
32
>I seem to be interpreting your question differently from those who have responded with suggestions. Are you trying to print 10 copies of each page? If so suggestions in previous replies should work. However, my interpretation is that you want to print 10 records per page. Is my interpretation correct?

Hi Krueger,

I should read the original message first (I replied on Barbara's reply :(). Yes, seems like the problem is to print exactly 10 records on each page. I think, this could be done by creating "fake" group by some variable. Or, the original cursor could be prepared the way, that each n*10th+1 record would be marked somehow as a new group, e.g.

myCursor
Field1,2, etc.     lNewGroup 
record1             .f.
record2             .f.
//-//
record11            .t.
This is just an idea, but I think, it should work.

HTH
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