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 not displaying

Former Member
0 Kudos

Hi

Bold letters are not printing in invoice.

I want to print like below in invoice

 *Consignor Address* : XYZ Company

I have created pragaraph BO. But Consignor Address is not printing in bold.

SS    <BO>Consignor Address : &T_adrc-NAME1&

I searched in old threads. I couldn't find solution

Thanks

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

In the Font section of the paragraph format BO ensure BOLD radio button is selected as 'ON' and in the script editor , in tag column mention as BO and then give in the command


Consignor Address : &T_adrc-NAME1&

Regards,

vik

15 REPLIES 15

Former Member
0 Kudos

Hi Kumar,

Try like this.

<B>CONSIGNOR ADDRESS : &T_adrc-NAME1&</>

Regars,

Vijay

former_member585865
Contributor
0 Kudos

Hi Kumar,

create a character format, say B1 and make the bold on,then

SS <b1>consinee adress</> then print your text.

former_member1245113
Active Contributor
0 Kudos

Hi,

Try activating your style and also activate your smartform

Make sure you have entered the BO correctly

Regards

Ramc

Former Member
0 Kudos

Hi,

In the Font section of the paragraph format BO ensure BOLD radio button is selected as 'ON' and in the script editor , in tag column mention as BO and then give in the command


Consignor Address : &T_adrc-NAME1&

Regards,

vik

0 Kudos

Hi Vikred

I want to print Consignor Address in bold and &T_adrc-NAME1& in normal font.

Thanks

0 Kudos

Hi Kumar,

In that case use as below


<BO> Consignor Address 

In the next line,

= &T_adrc-NAME1&

Regards,

Vik

0 Kudos

Hi Vikred ... It is not working.

0 Kudos

Hi,

Then try creating a character format BO with BOLD option switched on in font options as use as below.


=    <BO>Consignor Address < / > : &T_adrc-NAME1&

I think it should work now.

Regards,

Vik

0 Kudos

Hi Vikred

Thanks for your time and consideration. But still its not working.

0 Kudos

Anyone help me pls

0 Kudos

Hi Kumar,

Paragraph formats are only used in the lest most 2 caracter colums.

And if you want to print any text in Bold letters then simply use

e.g.

<B>Company< / > : &bukrs&

Please reamove spaces between </>, here we are not able to post exactly what it should be.

this will print Company in bold letters.

Regards,

Raj gupta

Edited by: RajGupta on Aug 5, 2009 11:57 AM

0 Kudos

Hi,

Sometimes it also depends on the font you are using. Kindly try using another font.

Former Member
0 Kudos

Hi ,

create a standard text with BOLD letters and try to call that standard text using INCLUDE statement in script.

PLease let me know if you still have any issues on this.

Thanks and regards,

Rajeshwar.

Former Member
0 Kudos

Hi ,

Inspite of doing all these if yoiu still face the problem and check your GUI status.

Please let me know if you have any issues on this.

Thanks

Rajeshwar.

Former Member
0 Kudos

Hi,

To print the text 'Consignor Address' in bold, do the following in ur editor-

<BO> Consignor Address </> : &T_ADRC-NAME1&

Remember to close the <BO> tag with </>.

TO verify if 'BO' is the character format with 'Bold' attribute ON, in the editor menu bar, goto 'Format' -->Character format ---> select 'BO' and select Attributes. In Attributes, Bold = 'X'.

Hope this helps

Rgds,

Lakshmi