zfadel
21st June 2016, 13:27
Hello,
We are using “direct” printers for printing BAAN reports where the printer is configured though an IP address and it is defined on Unix as a “remote” printer.
We have Epson LQ590 printers, we are using the driver of epson_fx as there is no drivers for Epson lq. the problem we are facing is font issues with this driver where all fonts are being printed in 17cpi regardless of the configured font on the report. can you please help us on how to configure the Epson printer in order to print correctly the font size?
thanks in advance
mark_h
21st June 2016, 20:08
While I am not familiar with Epson printers I was wondering if you have checked the print drivers associated with the print devices? Usually located in $BSE/lib/printinf. I know in our hp configuration we had to go into the driver file and set the different font escape commands. I know when I looked at the Epson_fx on our system it really only identified some fonts. You probably need to check the character sizes. Now this is on baan 4 and maybe baan v has something different I am not aware of.
vamsi_gujjula
21st June 2016, 21:27
we hand requirement where item has to be printed with large font like 62 i guess .
We did the same thing as mark said ... used a user defined font and changed printer driver ( as mentioned by mike ) to set user font with escape sequence for 62 font. This was in ERPLN .
But the default small , medium and large should have already been defined.
( check the driver if small , medium and large are defined to same escape sequence ( font size escape seq.)
I am novice in this but .. just shared what we did
zfadel
22nd June 2016, 10:16
Thank you gentlemen for your replies. We have Baan 5.0c. we have found the right escape command and defined it in the driver file. The printer is now printing correctly.
zfadel
22nd June 2016, 10:17
Thank you gentlemen for your replies. We have Baan 5.0c. we have found the right escape command and defined it in the driver file. The printer is now printing correctly
Ajesh
22nd June 2016, 13:49
Hello there
I have a similar problem in ERP LN,and i found this problem similar to mine thats why i didnt open a new thread.
All my fields come as 17 CPI irrespective of what they have been set at the Report Field Level. I have checked the driver printinf and its not there in lib directory.
Do i need to install something?
mark_h
22nd June 2016, 14:45
I thought it was part of a standard install at that location. Not sure about LN but if all of your character sizes are the same there must be print drivers some where. If you look at your device you should see the driver it is using - at least in 4c4 I do. Then try searching for the file in the $BSE directory. Assuming you are on unix and can run a find command starting at the root directory.
Ajesh
22nd June 2016, 15:49
Cant find anything on the driver field(i.e on the Device Data)
I am on Windows and have tried searching for these fields, print,drivers etc.. Cant find any results that are relevant...
mark_h
22nd June 2016, 16:50
I am not sure who windows - I just saw the HP-Unix in your profile. With the installation on windows I thought it used something in conjunction with bwprint - that I really have no knowledge on. Wait for someone who knows something about windows printing.
bdittmar
23rd June 2016, 16:41
Hello,
check the subdirs under $BSE/lib/printinf :
dittbern@dela0ap001:/erpln/bse/lib/printinf> ll
total 28
drwxrwxr-x 2 bsp bsp 4096 Nov 11 2014 c
drwxrwxr-x 2 bsp bsp 4096 Nov 11 2014 e
drwxrwxr-x 2 bsp bsp 4096 Nov 11 2014 h
drwxrwxr-x 2 bsp bsp 4096 Nov 11 2014 i
drwxrwxr-x 2 bsp bsp 4096 Dec 18 2014 l
drwxrwxr-x 2 bsp bsp 4096 Nov 11 2014 m
drwxrwxr-x 2 bsp bsp 4096 Nov 11 2014 s
e = epson Drivers
h = HP Drivers a.s.o.
Example for ... e :
Standard for subdir e :
dittbern@dela0ap001:/erpln/bse/lib/printinf/e> ll
total 12
-rw-rw---- 1 bsp bsp 3395 Nov 11 2014 epson_fx
-rw-rw---- 1 bsp bsp 4245 Nov 11 2014 esc_p
Copy epson_fx to epson_lq and modify the escape sequences !
#******************************************************************************
# Setup
#******************************************************************************
initpr=\E@\Et3\ER0\EM,
resetpr=\E@,
#******************************************************************************
# Character Sizes
#******************************************************************************
large=\022\EP,
middle=\EM,
small=\EP\017,
#******************************************************************************
# Line Drawing Chars
#******************************************************************************
pctl=\0332,
pctr=\0277,
pcbl=\0300,
pcbr=\0331,
put=\0302,
prt=\0264,
plt=\0303,
pdt=\0301,
phb=\0304,
pvb=\0263,
pkr=\0305,
#******************************************************************************
# Print Features
#******************************************************************************
pbold=\EE,
pobold=\EF,
punder=\E-1,
pounder=\E-0,
pdbl_wide=\EM\EW1,
podbl_wide=\EW0\EP\022,
pnlq=\Ex1,
ponlq=\Ex0,
pitalic=\E4,
Regards
Ajesh
24th June 2016, 11:06
No its an Old Profile, I need to change it. I am using 10.4 and its a bit new to me. And after consulting a few people i am beginning to believe the system of Report font sizes are not like the Old days. Although yet to be sure about it.