Collate pages not working
I have purchased FastReport 2, and now i have purchased FastReport 4.8.7
In FastReport 2, the collate pages is not working. I had to solve in the sources myself....
In FastReport 4 i have the same issue but the sources is so much diferent.
I have a 2 page report. 2 copies. If i click un Collate Pages
Page1, Page2, Page 1, Page 2
If i uncheck Collate Pages
Page 1, Page 2, Page 1, Page 2.
I want to print
Page 1, Page 1, Page 2, Page 2.
Debugging the project, int he function TfrxPreviewPages.Print procedure, the Collate property is correctly true or false, but it does the same thing.
How can i solve this BUG in FastReport 4?? Is there any version with this bug solved??
Please help...
In FastReport 2, the collate pages is not working. I had to solve in the sources myself....
In FastReport 4 i have the same issue but the sources is so much diferent.
I have a 2 page report. 2 copies. If i click un Collate Pages
Page1, Page2, Page 1, Page 2
If i uncheck Collate Pages
Page 1, Page 2, Page 1, Page 2.
I want to print
Page 1, Page 1, Page 2, Page 2.
Debugging the project, int he function TfrxPreviewPages.Print procedure, the Collate property is correctly true or false, but it does the same thing.
How can i solve this BUG in FastReport 4?? Is there any version with this bug solved??
Please help...