Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Multiples copies of the same label on a sheet
Message
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00450060
Message ID:
00450189
Views:
27
Do a cursor with 10 copies of each record. You can index a cursor to get them in the right order if you do it with
Select MyReadWriteCursor
copy to atemp

for n=1 to 9
    append from atemp
next
HTH
Barbara

>I have a situation were I need to print more than one copies of the same label on the same page. Ex.: 3 differents labels and 10 copies of each on Avery label 5161 (1in x 4in, 2 columns, 10 rows). If I use the copy option, I get 10 pages with 3 labels on each page.
>
>TIA
Barbara Paltiel, Paltiel Inc.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform