report.print()
HI!
Im having some trouble with "report.print", it worked fine when my report only had one page, but then I modified it so it can split it's content using a "break on" condition in a group header it didn't work any more...
If I use "report.ShowReport", and then in the preview window I click the print button.. the report is printed..
but if I use the "report.print", nothing happens.. and the functions is returning TRUE any way...
any ideas what my problem is?
Im having some trouble with "report.print", it worked fine when my report only had one page, but then I modified it so it can split it's content using a "break on" condition in a group header it didn't work any more...
If I use "report.ShowReport", and then in the preview window I click the print button.. the report is printed..
but if I use the "report.print", nothing happens.. and the functions is returning TRUE any way...
any ideas what my problem is?
Comments
report.preparereport;
before the report.print?