Printing on page margin.

pradeepmp

Member
Hi List,

I've a problem with check printing. I need to print check number and routing
number ( in MICR fonts) on the bottom margin of the page( since banks
scanners recognise and reads only around 1.5 inches of bottom portion).
Since Oneworld creates a PDF file and PDF always leaving around 1.5 inches
of margin, i'm not able to print on margin. I've increased the page length
and tried, but it looks like that doesn't help.

Has anyone come across this situation ?? Is there any work around for this
??

Env is B7332 SP11.3, Oracle 8.0, NT 4.0

Thanks in advance.

Pradeep.
_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com
 
You will need to change the JDE.INI settings provided that you are on at least
SP11 of B7332. Under the [UBE] section:

UBETOPMARGIN=144 (Default 360 twips (1/4 inch))
UBEBOTTOMMARGIN=144
UBELEFTMARGIN=1440

1 inch = 1440 twips.

Wow, now you're twipping.

The document this can be found on is ott-00-0050.

Ken Stern
OneWorld Developer
Andrews Consulting Group
 
Hi Ken,

Thanks for the help. It worked. In JDE.INI I put UBEBOTTOMMARGIN= 0 and UBE
happily printed the value where I wanted. So if an user runs this from
Citrix box, I guess the JDE.INI of Citirx server also should have same ini
setup, Am I right ??

I appreciate your help very much.

Thanks

Pradeep.

>From: kstern <[email protected]>
>Reply-To: [email protected]
>To: [email protected]
>Subject: Re: Printing on page margin.
>Date: Mon, 5 Mar 2001 13:32:38 -0800 (PST)
>
>You will need to change the JDE.INI settings provided that you are on at
>least
>SP11 of B7332. Under the [UBE] section:
>
>UBETOPMARGIN=144 (Default 360 twips (1/4 inch))
>UBEBOTTOMMARGIN=144
>UBELEFTMARGIN=1440
>
>1 inch = 1440 twips.
>
>Wow, now you're twipping.
>
>The document this can be found on is ott-00-0050.
>
>Ken Stern
>OneWorld Developer
>Andrews Consulting Group
>
>
>
>
>
>--------------------------
>To view this thread, visit the JDEList forum at:
>http://198.144.193.139/cgi-bin/wwwthreads/showflat.pl?Cat=0&Board=OWDEV&Number=6689
>*************************************************************
>This is the JDEList One World / XE Developers Mailing List.
>Archives and information on how to SUBSCRIBE, and
>UNSUBSCRIBE can be found at http://www.JDELIST.com
>*************************************************************
>

_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com
 
A software call PDFWizard is what we have chosen to use on OW7333 for
implementation for printing our special needs forms checks invoices purchase
order and the like.
 
I have not played with it on the Citrix, but I don't see why it should not work
there as well.

Ken Stern
OneWorld Developer
Andrews Consulting Group
 
Back
Top