Auto-Cheque Business Function

belladandy

Member
Hi list,
I'm currently working on the re-formatting of auto-cheque. And the standard
format that i've copied for modifying, R04572 seems to be only printing one
line of the wording for the cheque amount. i would like to know whether
anyone came across any JDE OW business functions that can separate one
sentences into 2 parts within a given field length. or, have anyone have
solution regarding this matter. this is because one line would not be enough
for a large cheque amount. thanks.

Bell
OneWorld Developer
One World B7332,SP 9
One World; Windows NT; Win2000+Citrix Metaframe 1.8a
 
Hi Bell,
We have done it here in India. In the event rule of the Payment section of
R04572 we have defined two text variables of length 60 each of DD type
ALPH. In the Event rule Do section we have written a logic to split the
single sentence into two. Then in the report template we displayed those
two text variables after hiding the actual one.

Hope it helps.

Arup Choudhury
Lafarge India Limited
Calcutta
India




belladandy
<belladandy@mailan To: [email protected]
dnews.com> cc:
Sent by: Subject: Auto-Cheque Business Function ~~0:4810
owner-jdeowdevml@j
delist.com


31/01/2001 10:05
AM
Please respond to
jdeowdev





Hi list,
I'm currently working on the re-formatting of auto-cheque. And the standard
format that i've copied for modifying, R04572 seems to be only printing one
line of the wording for the cheque amount. i would like to know whether
anyone came across any JDE OW business functions that can separate one
sentences into 2 parts within a given field length. or, have anyone have
solution regarding this matter. this is because one line would not be
enough
for a large cheque amount. thanks.

Bell
OneWorld Developer
One World B7332,SP 9
One World; Windows NT; Win2000+Citrix Metaframe 1.8a






--------------------------
To view this thread, visit the JDEList forum at:
http://198.144.193.139/cgi-bin/wwwthreads/showflat.pl?Cat=0&Board=OWDEV&Number=4810

*************************************************************
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
*************************************************************
 
Hi Bell,
Try to mark the "Absolute Position" check box on the "Advanced" tab of the Properties window of your section. Hopefully your sentence will wrapped automatically.
Please, let us know that does it works or does not. Thanks.
Zoltán

B7332 SP11, ESU 4116422, Intel NT4, SQL 7 SP1
(working with B7321, B7331, XE too)
 
Hi Bell,
I have found a documentation on the JDE Knowledge Garden that states:
"Absolute Position only applies to Business View fields and Data Dictionary fields on a report. Alpha Variables are always initialized and print at the display length specified. They will never result in wrapped text."
Hope, could help a bit.
Zoltán


B7332 SP11, ESU 4116422, Intel NT4, SQL 7 SP1
(working with B7321, B7331, XE too)
 
hi bell,
try to refer to print attachment function.
stan.

----- Original Message -----
From: "belladandy" <[email protected]>
To: <[email protected]>
Sent: Wednesday, January 31, 2001 12:35 PM
Subject: Auto-Cheque Business Function ~~0:4810


> Hi list,
> I'm currently working on the re-formatting of auto-cheque. And the
standard
> format that i've copied for modifying, R04572 seems to be only printing
one
> line of the wording for the cheque amount. i would like to know whether
> anyone came across any JDE OW business functions that can separate one
> sentences into 2 parts within a given field length. or, have anyone have
> solution regarding this matter. this is because one line would not be
enough
> for a large cheque amount. thanks.
>
> Bell
> OneWorld Developer
> One World B7332,SP 9
> One World; Windows NT; Win2000+Citrix Metaframe 1.8a
>
>
>
>
>
>
> --------------------------
> To view this thread, visit the JDEList forum at:
>
http://198.144.193.139/cgi-bin/wwwthreads/showflat.pl?Cat=0&Board=OWDEV&Numb
er=4810
> *************************************************************
> 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
> *************************************************************
>
 
Hi list,
I've already written a custom business function in C to separate one sting
into 2 part. Anyone who's want to use this business function might e-mail me
directly for the code. all the reply for help previously are deeply
appreciated.
regarding to Zoltán's method, the text did wrap automatically. but it works
on new UBE that i've created when i assign a constant string to it, it just
won't work on my auto-cheque report even though the field i assign for the
cheque amount is a field. txs.

Best regards,
Bell

----- Original Message -----
From: Zoltan_Gyimesi <[email protected]>
To: <[email protected]>
Sent: Thursday, February 01, 2001 4:44 PM
Subject: Re: Auto-Cheque Business Function ~~4810:4901


> Hi Bell,
> Try to mark the "Absolute Position" check box on the "Advanced" tab of the
Properties window of your section. Hopefully your sentence will wrapped
automatically.
> Please, let us know that does it works or does not. Thanks.
> Zoltán
>
> B7332 SP11, ESU 4116422, Intel NT4, SQL 7 SP1
> (working with B7321, B7331, XE too)
> --------------------------
> Visit the forum to view this thread at:
>
http://198.144.193.139/cgi-bin/wwwthreads/showflat.pl?Cat=&Board=OWDEV&Numbe
r=4901
> *************************************************************
> 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
> *************************************************************
>
 
Back
Top