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

Smartforms: Line withText bold

Former Member
0 Likes
514

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
472

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

2 REPLIES 2
Read only

Former Member
0 Likes
473

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

Read only

Former Member
0 Likes
472

It works

THANK TOU so much