More than 100 copies
Hello, I have a problem when I send more tan 100 copies of the same report. For example, in the next code:
Informe.PrintOptions.Copies :=300;
Informe.ShowReport;
only print 100 copies, why??
Regards,
Informe.PrintOptions.Copies :=300;
Informe.ShowReport;
only print 100 copies, why??
Regards,
Comments
Hello,
The problem is not in the printer. Within the dialogue printersetup appear only 100 copies. Is like a limit when I put a number of copies greater 100 from the code.
I think that this is a bug of FR4, please, visit this link: http://www.fast-report.com/en/forum/?p=/discussion/6939 is the same problem.
I'm using FR 4.14
Regards,
if you have source code you could edit the updown button's max value in the frxprinterdialog.dfm,pas
file and recompile.
No, I haven't got the code, what other solution I have?
Regards,
but you will have to wait for the next version.