![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
#3
| |||
| |||
|
|
We have a number of forms and graphics that we load as PCL overlays from mvBase, but we send them to the printer directly from the Windows image file using UREAD and PRINT, e.g.: eof = false LOOP UNTIL eof DO UREAD image FROM windows.file FOR blocksize THEN PRINT image : END ELSE eof = true REPEAT This seems to corral the x'FF' problem. FYI, there's also another wrinkle to consider -- the linefeed and formfeed delay characters emitted by the spooler. The STARTPTR command for your PCL5 printer must inhibit them or else your PCL commands will include extraneous x'00' characters. The approved technique is documented on Raining Data's website: http://www.rainingdata.com/support/d...ps/FAQTips.pdf under the topic "Setting LineFeed and FormFeed Delays for Printers". |
#4
| |||
| |||
|
|
Thanks David I have already tried the direct UREAD and print method with the same results. For whatever reason the current policy is to store all the graphics in Pick. I have successfully emulated the desired result with clipart graphics. I am now suspicious the STARTPTR may be the problem. I shall try it first thing tomorrow (Monday here in Australia). I very much appreciate your help. "David Ousele" <deva (AT) oregoncoast (DOT) com> wrote in message news:1114893214.518348.251960 (AT) o13g2000cwo (DOT) googlegroups.com... We have a number of forms and graphics that we load as PCL overlays from mvBase, but we send them to the printer directly from the Windows image file using UREAD and PRINT, e.g.: eof = false LOOP UNTIL eof DO UREAD image FROM windows.file FOR blocksize THEN PRINT image : END ELSE eof = true REPEAT This seems to corral the x'FF' problem. FYI, there's also another wrinkle to consider -- the linefeed and formfeed delay characters emitted by the spooler. The STARTPTR command for your PCL5 printer must inhibit them or else your PCL commands will include extraneous x'00' characters. The approved technique is documented on Raining Data's website: http://www.rainingdata.com/support/d...ps/FAQTips.pdf under the topic "Setting LineFeed and FormFeed Delays for Printers". |
![]() |
| Thread Tools | |
| Display Modes | |
| |