change bin + collate is not working
1.-)Before she could change the tray at run time. But now , don't know why, there is no way,
may have something to do the paper size ?
This is the code
myreport.LoadFromFile( 'c:\_kk\pruebabandeja.fr3');
TfrxReportPage(myreport.Pages[1]).Bin := Fconfig_impresora.bandejafr;
TfrxReportPage(myreport.Pages[1]).BinOtherPages := TfrxReportPage(myreport.Pages[1]).Bin;
myreport.pRintoptions.ShowDialog := false;
myreport.preparereport;
myreport.print;
2.-)Another issue
" collate works ?
It is a bug of the fastreport ?
I want to print page 1,copy 1 page 2,copy page 2 and not 1,page 2 copy 1,copy 2 but does not work.
Thanks