cancel
Showing results for 
Search instead for 
Did you mean: 

HELP REQD FOR SCRIPT

Former Member
0 Kudos

hi all,

im working on cheque printing in se71...there i want to change my text font

differently for each text field in one window.

i.e., for Pay/Beared Name : Font should be big and (Courier 10,say example)

for Rupess field: less than the size of above one.

how to do it...pls advise...

*****note

So far...i've not declared any default paragraph in my layout window.

But i've so many pre-defined paragraph formats in my script.

Pls do the needful and reply me in detail.

thanks & regards

sankar

Accepted Solutions (1)

Accepted Solutions (1)

former_member188829
Active Contributor
0 Kudos

Hi Sankar,

In text Editor....

in Menu, Goto--->Change Editor....

P1 &Bearedname& <c1>&Rupeesfield&< / >

Here P1 Write in Command Box...

Remaining Part in Right side...ie..&Bearedname& <c1>&Rupeefield&</>

Answers (1)

Answers (1)

former_member188829
Active Contributor
0 Kudos

Hi,

For this case u can use Character Format...

For Example..

p1--->Paragraph Format.

C1---->Character Format.

Declare the Font..

Here p1 Font is Big..

and C1 Font less than P1 Font...

In text Editor write like this..

P1 &Bearedname& <c1>&Rupeesfield&< / >

So, Bearedname Font will Come in Big..

and Rupeesfield Font will come in Small Size...

Message was edited by:

Vishnu Reddy

Former Member
0 Kudos

THANKS MAN,

I'LL DO IT THE SAME AND LET U KNOW MY REWARDS POINT IN A MOMENT

REGARDS

SANKAR

Former Member
0 Kudos

Hi vishnu,

what i did.....i've created a new character format as C1...

and i've given in the code as u said....<C1>&amount&<>

but it says...unknown format....

if i give the predefined one(available in character format)..then in change editor....it is changing into some code...

if i give <k>&amount<>

then it taking it as <k>&amount</><K><()><>..like that

pls advise...what changes i've to do

thanks & regards

sankar.

former_member188829
Active Contributor
0 Kudos

Hi Sankar,

In Text Editor...

In Menu->Goto->Change Editor...

And Write <c1>&amount&< / >...