‎2010 Sep 27 1:34 PM
Hi guys,
I've created a smartform and a smartstyle.
Now I've a problem printing a text.
I want to print a text like this:
OUR CONFIRMATION N. 10023400
As you can see I want to print on the same line a bolded text and no bolded text.
At the moment my code looks like this:
A1: OUR CONFIMATION: &ZTBFATT-ZOIV&
using the paragraph A1. Obviously it doesn't work properly.
All the text has to be on the same line and in this way I don't know how to put OUR CONFIRMATION bolded.
Do you have a solution about it?
Thank you so much
Giampiero
Edited by: Giampiero China on Sep 27, 2010 2:35 PM
‎2010 Sep 27 1:40 PM
Hi,
U need to use char format and use it as ...
<B1>OUR CONFIMATION:<B1> &ZTBFATT-ZOIV&
Here B1 is the char format. For creation of char format u need to use transaction SMARTFORMS option style. Create a style and include the same in ur page.
Regards,
Amitava
‎2010 Sep 27 1:40 PM
Hi,
U need to use char format and use it as ...
<B1>OUR CONFIMATION:<B1> &ZTBFATT-ZOIV&
Here B1 is the char format. For creation of char format u need to use transaction SMARTFORMS option style. Create a style and include the same in ur page.
Regards,
Amitava
‎2010 Sep 27 1:49 PM