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 ;)

Comments

  • edited 8:31AM
    No, you have to build multiple pages (page = copy) in a single report. There is no methods to change a report when it is printing.

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.