the number of copies problem

edited April 2015 in FastReport 4.0
In my report I set Report.PrintOptions.Copies := 3
In designer, when I click Preview button and then Print I get a print dialog with number of copies = 3. This is OK.
But when I print my report from my program, on the print dialog the number of copies is 1.
I don't know why?

P.S. Please note, I change Report.PrintOptions.Copies value dynamically (from code)

Comments

  • gpigpi
    edited 11:43PM
    Report.EngineOptions.DestroyForms := False;
    Report.PrintOptions.Copies := 3;

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.