2007 Nov 27 1:57 PM
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
2007 Nov 27 2:05 PM
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.
2007 Nov 27 2:37 PM
THANKS NITIN,
will come to u soon once i'll check this out...
wait for my points,pls.
regards
sankar.
2007 Nov 27 2:50 PM
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.
2007 Nov 27 3:17 PM