Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Help reqd for changing the font size in script(se71)

Former Member
0 Likes
888

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

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

4 REPLIES 4
Read only

Former Member
0 Likes
747

Hi Sankar,

Go to CHARACTER FORMAT and create character format of your required font size.

Now go to text editor and write those words in HTML format.

Suppose you have created character format c1 with your required font size and you want Pay/Beared Name in that format then write :

<c1>Pay/Beared Name </>

Hope this will help you.

Reward points if useful,

Regards,

Nitin.

Read only

0 Likes
747

THANKS NITIN,

will come to u soon once i'll check this out...

wait for my points,pls.

regards

sankar.

Read only

0 Likes
747

Hi nitin,

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....(1st problem if i create new)

2nd one....

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.

Read only

Former Member
0 Likes
747

THANKS A LOT.

GOT IT

REGARDS

SANKAR