How to know current copies
I want to print a report with multiple copies, but each copy will have a different description depends on what is the current copy.
Is there any function to know what is current copy while printing?
Example:
if CurrentCopy=1 then Memo1.Text:= 'first copy'
else if CurrentCopy=2 then memo2.Text := 'Second copy';
Or may be there are any other solution to accomplish those reports?
TIA,
Sachli
Is there any function to know what is current copy while printing?
Example:
if CurrentCopy=1 then Memo1.Text:= 'first copy'
else if CurrentCopy=2 then memo2.Text := 'Second copy';
Or may be there are any other solution to accomplish those reports?
TIA,
Sachli
Comments