Application Development 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: 

bold letters in smartfroms

Former Member
0 Kudos

Hello experts,

I am developing smarform.

Requrement: need letters in the bold. e.g. "Note: This is bold text". in this text i need to show "Note" in bold like Note.

also i need to underline "Note" as Note.

How do i achieve this??

the font size i am using is 8 pt. also used other fonts sizes but can not able to achieve this.

Regards

Saurabh

10 REPLIES 10

Former Member
0 Kudos

create a Smartstyle with Font style - BOLD and use this in ur Smartform

for underline check the checkbox- UNDERLINE in SMARTSYLE

Former Member
0 Kudos

Hi,

in the text field write the required text, then there is a drop down box beside the paragraph box.

chose: H Highlited for Bold and U for underlined.

RAm

Former Member
0 Kudos

In smartstyle, create paragraph format or character format as required with size, font, Bold and tab spaces. Use it in your smartform

Former Member
0 Kudos

Hi,

Create a SMARTSTYLE, and assign the style to the field..

Hope it helps!!

Regards,

Pavan

GauthamV
Active Contributor
0 Kudos

You can use smartstyles.

Also check this.

[Bold text in smartforms|https://forums.sdn.sap.com/click.jspa?searchID=24317201&messageID=5058535]

Former Member
0 Kudos

Hi Saurabh,

go to tcode smartstyles, create a paragraph format of bold or underline whatever option you want & use it in your smartforms. go to the 'Output Options' tab of your table or text whereever you require it and add the style there which you have created in smartstyles.

With luck,

Pritam.

0 Kudos

Hi,

Thanks for quick reply.

I have created paragraph form using SMARTSTYLES. if i apply both bold and underline to node then the text will look like Note: this is bold text. actually i want show like this

Note: This is bold text

0 Kudos

use Character Format for this and use it in your editor of smartforms where your are writing the text, like <CF>NOTE<CP>, CF is a Character format you have created in Smartstyles, instead of CP use / to end the character format CF

<CF>Note:</><CP> This is bold text</>

Edited by: Pritam Ghosh on Apr 1, 2009 1:50 PM

Edited by: Pritam Ghosh on Apr 1, 2009 1:56 PM

0 Kudos

create two seperate Paragraph formats in smartstyle one with bold(p2) & other with underline(p1) .

use them like this

<p1>Note'</>' <p2>xxxxxxxxxxxxx'</>'

0 Kudos

Thanks all. Appreciate your help. Problem resolved.