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