Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

VdB5.7/CRW: Printing multiple copies of a report

0 views
Skip to first unread message

Reinier Verbeemen

unread,
Sep 9, 2001, 5:14:56 AM9/9/01
to
Hi all,

I need to print multiple labels of one record using VdB5.7 and CRW. However,
using the command:
Label form mylabel.rpl to printer
can only produce one report (one label).

I can solve it like:
For y=1 to x
label form mylabel.rpl to printer
next x

This is not very practical. The report is built every time, which is very
timeconsuming.

An alternative that I came up with is copying the record 1 need x times to a
temporary table, which i then use for my report. I'm not that fond of this
solution, but it might be a typical CRW one.

Does anyone have an other suggestion?

Reinier Verbeemen

0 new messages