View Full Version : computer reduction in client access printer session
Guest.Visitor
01-01-1995, 02:00 AM
I am having trouble with the computer output reduction. When I print RPG 132 column formatted reports the rows overlap. I have been able to correct this on queries i write by setting thier width to 140 columns, but this doesn't help me in printing out RPG formatted reports. any help??? dhay1999@yahoo.com
David Abramowitz
04-25-2000, 11:47 AM
In addition to the width of the printout, you must also change the CPI parameter on the OVRPRTF statement. Try a CPI of 15. Dave
Guest.Visitor
04-26-2000, 07:08 AM
thanks, i'm changing the cpi in the *.ws file to 15. but there is no ovrprtf in the *.ws file. i might be able to change it on the spool file but i'm not sure. the reports i'm having problems with are the rpg 132 column formatted reports, not my queries, those i seem to be ok with
Guest.Visitor
04-26-2000, 01:18 PM
David, You are misunderstanding what the other David is telling you. The reason why your Queries are printing correctly is that Query/400 assumes that any page width greater than 132 should be printed at 15 cpi. So, to get the same effect in your report you have to do an OvrPrtF command before you call your printing program. You don't have to mess with the *.ws at all. It will see the font change command and pick the corresponding font for your printer. All you have to know is the name of your printer file. It is listed on the RPG "F" spec. Bill
David Abramowitz
04-26-2000, 05:15 PM
The OVRPRTF should be in your CL Program prior to your application call. Dave
Guest.Visitor
04-27-2000, 08:42 AM
thanks for the info. I cannot change the cl for the print though. it is formatted to print on wide greenbar paper for other userers than myself, it was just easier for me to try and print it at my desk instead of waiting for operations to pull it off of qprint and distribute it. thanks!
Powered by vBulletin® Version 4.1.5 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.