Assign paper source in script
Is it possible to assign the paper tray source in the OnBeforePrint event in the report script ?
I know it is possible to assign paper source in the page setup option but I have 3 paper bins and i have to print copies to specific bins
I know it is possible to assign paper source in the page setup option but I have 3 paper bins and i have to print copies to specific bins
Comments
Hi,
I try to solve the same problem but with a different approach. I set the printer params (including tray) before calling the prepare method but fast report ignores them.
The following snippet works perfectly for freereport and other report engines.
After the printer has been setup is use the following code to run the report
Can anyone from the fast report team tell us how to change the printer tray?
Thanks
HELLOW....
TEST THIS SOLUTION .
ME MY WORKS
REGARDS..
OnBeforPrint
Before PrepareReport
.
.
.
etc