Paragraph format issue

Hi there,
I have this paragraph with font bold & font style Arial & size 10 PT. But when I use it for one txt in Smartforms the text doesn't appears to be Bold as expected. Weird thing is when we switch from this Para format to some other or some other(whcih contains Bold font in it) to this Para format it appears bold in the general attributes tab but when save it the Bold effect dissappears & the text will be normal. Pls advise on this.
Thanks & BR,
Vinay.

Hi Vinay,
For font Arial I hink you upload a true type font into SAP via transaction SE73.
When you upload the Arial true type font, you need to upload 4 different font files
ARIAL.TTF
ARIALBD.TTF
ARIALI.TTF
ARIALBI.TTF
So first you upload ARIAL.TTF. Then you check the bold tickbox and upload font file ARIALBD.TTF under the same font name. Similar for italic with font file ARIALI.TTF and bolditalic with font file ARIALBI.TTF.
Regards,
Aidan

Similar Messages

  • Sapscript - Paragraph Format - Tab space Issue

    Hello Experts,
    I'm facing issue with the Tab Space Alignment in the Paragraph Format.
    I'm giving these values for a Paragraph Format Tabs:
    Tab  Position:
    1: 0,10 CH
    2 :3,50CH
    3: 6,50CH
    12: 76,00CH
    Inspite of reducing the TAB position for 5th Tab; it is still aligning a bit far.
    And whenever the Description (Field 3) is longer; all the Values are pushing towards right.
    Alignment is not getting adjusted. How can I make this as Fixed?
    Here's the screenshot:
    Please advise.
    Thanks & Regards,
    Sowmya

    Hi,
    For Standard Text, Paragraph format will be applicable from Standard Styles which will be creating in Transaction code SE72 and apply that Paragraph Format to Text in Standard Text transaction code SO10 then the Paragraph format will be applicable. And transport the Created Style in SE72 to Quality and Production Systems.
    Apply the Created Paragraph format created in SE72 to text by below steps:
    So10>Provide text>Click on CHANGE>Click on MENU FORMAT>Change Style->Double click on STYLE created in SE72-->Apply the newly created Paragraph Format to text in So10
    Edited by: Venkatmani29 on May 2, 2011 12:43 PM

  • Crystal for VS 2010 - formatting issues in viewer (extra space) again

    We're having the same problem as the one in this thread link:[Crystal 2008 for VS 2010 - Report formatting issues in viewer (extra space);. There's no resolution in the thread and it's been closed. I'm hoping that creating a new thread may cause someone to answer this problem.
    We have a Windows App that we just converted to .NET 4.0 and updated the viewer to the Crystal Reports Viewer in VS 2010. When we open a report that has a large block of static text in paragraphs left-aligned the spacing around punctuation is awful - there's almost a tab's worth of space between the last letter and the period. U.S. looks like US. This happens both with reports that were created in VS2008 and ones that were created in VS2010. It is only a problem in the viewer's display - if we print to a printer or export to PDF the spacing around punctuation is fine. It's also not a problem on our development workstations which are running Windows 7, but is a problem on our test servers which are running Windows 2003 Server. I ran the modules tool and found that the version of usp10.dll does match what the previous thread said it should be and it's coming from the c:\program files\sap businessobjects\crystal reports for .net framework 4.0\common\sap businessobjects enterprise xi 4.0\win32_x86\ folder. On my development machine when I run the modules tool I notice that a second instance of usp10.dll is called which is the version installed with Windows 7. We've tried changing fonts but none of the ones we've tried (originally in Times New Roman, 12, tried Arial, Times and various sizes) have made a difference. We also tried changing the print options with no improvement. The only thing that makes it slightly better is full-alignment but our customer insists that it be left-aligned.

    Re. the other thread. I never did receive a sample of the report to test with. Perhaps I can get one from you? I need you to ensure that the issue occurs with a "saved data" report. If it does, let me know if you can share it and I'll contact you via email. My comment in the other thread re. available time, priorities, etc., still applies. Also, just to be clear. Service Pack 2 for CRVS2010 is closed now. Thus if I am able to reproduce the issue the fix will be targeted for October \ November time frame - no guarantees though...
    Ludek
    Follow us on Twitter http://twitter.com/SAPCRNetSup
    Got Enhancement ideas? Try the [SAP Idea Place|https://ideas.sap.com/community/products_and_solutions/crystalreports]

  • Reports exported to Excel - Formatting issues

    We have two Business Objects Enterprise servers (boxi r2 and boxi r3.1 sp3) running side by side.  We find that reports created using boxi r2 and exported to Excel format look fine.  When we run the same report and export to excel using boxi r3.1 sp3, we encounter the following formatting issues:
    <ol>
    <li>All columns do not fit on pages.  The last 2 to 3 columns spill over onto extra pages.</li>
    <li>There are some columns where most of the values are blank, but when a row is exported that has a value in that column, all subsequent column positions for that row shift.</li>
    <li>All rows do not fit on page.  The last two rows flow onto a new page, then there seems to be a page break.</li>
    <li>On some reports dates are displayed as ######.</li>
    <li>On some reports column headings are  not centered.</li>
    <li>I would appreciate any input that would help us determine a fix for the formatting issues we are encountering.</li>
    </ol>
    The report is executed using CrystalDecisions.CrystalReports.Engine.
    Here is the code from the application that does the export:
                                ExportOptions exportOptions = new ExportOptions();
                                exportOptions.ExportFormatType = ExportFormatType.Excel;
                                exportOptions.ExportDestinationType = ExportDestinationType.DiskFile;
                                DiskFileDestinationOptions diskOptions = new DiskFileDestinationOptions();
                                diskOptions.DiskFileName = filename + ".xls";;
                                exportOptions.ExportDestinationOptions = diskOptions;
                                ExcelFormatOptions XLOptions = new ExcelFormatOptions();
                                XLOptions.ExportPageBreaksForEachPage = true;
                                XLOptions.ExportPageHeadersAndFooters = ExportPageAreaKind.OnEachPage;                           
                                exportOptions.ExportFormatOptions = XLOptions;
                                rptDoc.Export(exportOptions);
    Please note the following details about our environment:
    <h5>Report Designers:</h5>CR Designer version:  xi Rel 2
    <h5>Developer environment</h5>Has the following installed:
    - Business Objects Enterprise XI Release 2
    - VS .Net  2008
    - Crystal reports Basic for Visual Studio 2008
    - Crystal Report 2008 Runtime SP3
    - Boxi .Net SDK
    - SAP BusinessObjects Enterprise XI 3.1 Client Tools sp3
    - .Net Version:  2.0
    <h5>Crystal Server environment:</h5>Two clustered  Business Objects Enterprise servers with the following installed & configured
    - Business Objects Enterprise XI Release 2
    - Crystal Reports XI Release 2
    - SAP BusinessObjects Enterprise XI 3.1 SP3
    - .Net Version:  2.0
    <h5>Web Servers:</h5>Two load balanced web servers with the following installed and configured
    - Business Objects Enterprise XI Release 2
    - Crystal Report 2008 Runtime SP3
    - Crystal Reports XI Release 2 .Net 2005 Server
    - SAP BusinessObjects Enterprise XI 3.1 SP3
    - .Net Version:  2.0

    Umm, the code you provided has nothing to do with Business Objects Enterprise...(?). So, I'm a bit confused by the mention of BOE and "The report is executed using CrystalDecisions.CrystalReports.Engine" in essentially one paragraph.
    Can you pls explain?
    - Ludek

  • Multiple character formats in a paragraph format

    Hi. I've searched the general discussion and did not find this issue.
    I have one paragraph format called Bomb that consists of a Wingding character (M) in the Numbering tab that prints a little black bomb in a side head. I combine with format with two other paragraph formats called Caution and Warning. These formats are in column and use a red, bold autonumber (CAUTION, WARNING) followed by a couple of spaces--the text goes immediately after the spaces.
    My bosses now want the bomb symbol and the CAUTION/WARNING word in the side head, with the text in column. I can't see how to combine that Wingding character with the regular Verdana word. I had to do something similar with my Note format, except that I put the word "note" by itself as a side head and created a format to follow it called NoteAft for the text.This way, I have a line with the Note format, followed by a paragraph return, then the NoteAft format for the text.
    I'd rather not have to use three formats to replace the existing two for Caution/Warning, so I hope y'all can help me figure out how to handle this thing.
    I appreciate your suggestions! BTW, I'm using FM 7.2 but will want to switch over to 9.0 when my bosses agree.
    Dimi Everette

    OK, I managed to answer my own question!
    Bomb para format: tab at 0.2 cm (not sure that's required...), Next Para tag is CAUTION; default font is Verdana; Run-In Head with no default punctuation; Numbering tab has Autonumber format checked, M in text field with Wingdings char format; defaults for Advanced and Table Cell tabs.
    I press Return and CAUTION appears.
    CAUTION para format: no tabs, Next Para is NoteAft; default font is Verdana; Side Head--Alignment: First Baseline; Numbering tab has Autonumber format checked, CAUTION in text field with RedBold char format; defaults for Advanced and Table Cell tabs.
    I press Return and type the text of the CAUTION in the NoteAft style.
    I'm going to change that Para tag to BombCaution and create another para tag with for BombWarning and be set! Of course this won't work unless your master page uses a column with room for side heads.
    If you know of something more elegant, please pass it along.
    Dimi

  • Not able to create new paragraph format for copied layout of WESCHEINVERS3

    hi all,
    Iam facing one of the pecular problem I copied WESCHEINVERS3 into Zlayout from client 000.
    when i tried to create new paragraph format I found the create element greyed out I have never seen this issue earlier.
    May I know why the menu path paragraph->EDIT->create element is greyed out.
    thanks

    Hi,
    U can create new paragraph formats, windows, character formats etc., only in original language of the FORM.. I guess u were trying to create a new paragraph format in 'EN' but the original language of form 'WESCHEINVERS3' is 'DE', so u can create the new paragaraph format in the copied Z form only in DE language.
    Try to open the Z FORM in DE and create the Paragraph format...
    Hope it helps!!
    Rgds,
    Pavan

  • Smartforn Std text Paragraph format not getting picked up

    Hi,
       I have to include Standard texts from SO10 in my smart forms. I am using Incude Text option. The issue is that my std texts are dynamic ( I pass std text name in the form ) and hence it has many paragraph formats. When I run my form I get the result in default para format. If i create a para format in my style then it takes that in output but the issue is that the std texts are dynamica and can have many para formats. I cannot define all the para formats in my smartstyle and If i dont define in my style is does not pick the para format from std text. It works in script but not in smartforms. Pls help
    Thanks
    Abhinav

    <af:commandButton text="#{ad4jResBundle.JVM_TARGET_DELETE_MESSAGE12}" id="dummyB1"
                                        action="#{viewScope.TargetHandlerBean.destinationPage}" visible="false" clientComponent="true"></af:commandButton>
                  <af:resource type="javascript">
                    function customHandler(event) {
                        var exportCmd = AdfPage.PAGE.findComponentByAbsoluteId("emT:dummyB1");
                        alert(exportCmd);
                        var actionEvent = new AdfActionEvent(exportCmd);
                        actionEvent.forceFullSubmit();
                        actionEvent.noResponseExpected();
                        actionEvent.queue();
    When customHandler is called , it shows alert as "AdfRichCommandButton [oracle.adf.RichCommandButton] id=emT:dummyB1" so i guess it got the handle of button. but call to action - "#{viewScope.TargetHandlerBean.destinationPage}" never happens.
    Any idea what i am doing wrong?

  • Paragraph format Transport and alignment

    Hi All,
    I have been working lately, on SAP Scripts and came across a strange situation when transporting the script layout to the Quality system. The Paragraph formats are not transported to the QA System.
    And also i need help in Alignment of the Net Price Values i.e., Decimal Values in the Right justified manner.
    Any help regarding the above mentioned queries is highly appreciated.
    Thanks,
    Kash

    Hi Kash,
    As the style that you have created for the SAP Script might not be transported properly or the request might have not transported to the QAS, check your request and try once again, and concept you have to understand here is style that you have created acts as a separate format which works after the assigning the style name to your script, you might have assigned but not transported to QAS.
    And coming to your decimals use Shift keyword and sort your issue.
    Cheers!!
    VEnk@

  • Creating a Paragraph Format

    Hi All,
    Please let me know how to create a paragraph format in sap scripts.
    I tried to create a paragraph format, because there were some tab space issues with the old paragraph formats.for this at the header level I clicked on paragraph format and edit on application tool bar,but create a paragraph was disabled.
    Please help me out.
    Thanks in Advance,
    Praveen

    Hi,
      This happens when your program is not actually copied to Current client language. For example English. This is can be solved by following the procedure mentioned.
    1. Make sure that the program is copied into your client in the current system language.
    2. Open the Script in SE71. Click <b>UTILITIES->CONVERT.ORIG.LANG</b>. Screen will pop up. It displays the orginal language of the script. Change the language to "EN' (assuming EN to be the current language). Now save and try to create the paragraphs.
    Regards,
    Vara

  • Paragraph style issue when opening imdl (CS5) file in CS4

    Sending a CS5 file to a printer using CS4.  When they open the imdl file in CS4, it changes the paragraph style in the pull quotes. The initial character, whether a letter or a quote, appears tiny.  It looks like a paragraph style issue.  The 'quote' paragraph style in CS4 has a drop cap set on it. 
    Has anyone else had this problem or have a suggested fix? Certainly, we can check our files in CS4 before sending each time, but what a pain!

    IDML is meant as an interchange format, and is far from "the same file but in another version".
    If your printer wants a CS4 file, send them a CS4 file. Better yet, ask them why you have to send them native files anyway and what's their problem with a PDF?

  • Strange Paragraph Formatting

    I have a website on MyFamily.com, which is lots of fun. Whenever I post a note there,
    the paragraph
    formatting gets weird. I think it doesn't wrap properly. The end of a line of text will go onto
    the next line
    with only a few words, then a new line of text begins on the third line. Thus I get
    something like I
    have created in this post, except that I don't deliberately create it like I am doing now.
    None of my correspondents have this problem, but I am the only one who works on a Mac. If anyone can help me solve this issue I would be most grateful.

    I have never used the website you are using. How do you post your paragraph? Do you type into a box in a web browser? Do you write it in a separate program and then copy and paste? do they provide an application for your computer that acts as the interface?
    If you are typing into a box they provide you should make sure you don't end a line with a "return", just let it wrap on its own. You could also try a different browser since maybe the browser is adding something at the end of the lines. Most web sites are going to be designed with the PC/Windows user in mind, and I believe those computers use a different end of line sequence (which is invisible to you normally) than Macs.

  • Paragraph Formatting in Tables - RH8 for HTML

    In working with paragraph formatting in tables, I find that whatever I set the Table Properties to be in terms of Flush Left, Centered, or Flush Right, that formatting is assigned to every paragraph within the table. 
    So if I want to center the table on the page, then the text within every cell is also centered.
    Is this common to others?  What's the solution?

    Cracked it.
    I found different results with different browsers.
    IE8 and Opera = Text is centred in output
    FF and Chrome = Text is left aligned.
    That meant it had to be a browser issue so what could be different? The way they handle XHTML. Go to Tools > Options and tick Convert RH edited topics to HTML.
    The first test is that Preview will now display the text left aligned. Then generate an output and test in any browser, it should now be OK.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • How to resolve formatting issue when eprint from an iPad to Officejet 4500

    Just activated the eprint app on my IPad. It found my HP Officejet 4500 Wireless printer but the formatting is wrong when printing an email. Is there a solution?

    Do you maybe have a photo of the formatting issue you could post here? Thanks, Ciara
    http://h30434.www3.hp.com/t5/ePrint-Print-Apps-Mobile-Printing-and-ePrintCenter/Printing-photos-from...
    Although I am an HP employee, I am speaking for myself and not for HP.
    Twitter: @Ciara_B_HP

  • How to create paragraph format in smartforms

    Hi All,
    Let me know how to create paragraph format in smartforms?
    Thanks&Regards
    Mahesh

    Hi
    When we create a smartform we can see in <b>global settings</b> , <b>form attributes</b>.
    In <b>form attributes</b> we set the over all style of the smartform. Goto <b>form attributes</b> and open the tab <b>output options</b>. Here you can see the <b>Style box</b>. In this style box we enter the smartstyle created in transaction code <b>smartstyles</b>.
    Open transaction <b>smartstyles</b>.
    Create a new style.
    Upon creating a new style you will see 3 folder structures under style name.
    1. Header data
    2. Paragraph format
    3. Character format
    To create paragraph format right click on the paragraph format node and click Create Node. Give it name. Now you will get a screen with 4 tabs.
    Indents and spacing
    Fonts
    Tabs
    Numbering and outline
    Here you can provide the look you want.
    Now add this smartstyle in your smartform's form attribute.
    You can also provide individual smartstyles to each text element you create by giving the name of smartstyle in its output options tab. Each text element has a individual output option tab here you can give any smartstyle.
    Click on the general attribute tab of any text element and give the paragraph format directly or by going to SAPScript editor mode.
    Any more questions you can ask me directly mailing me.
    Please do reward points if satisfied.

  • Formatting issues: when I open a msg, the font is sooo small you need a magnifier to read it. How can I set the font size to one I can easily read?

    == Issue
    ==
    I have another kind of problem with Firefox
    == Description
    ==
    I have various formatting issues:
    a. When I open a msg from my web browser (Cablevision), the font is sooo small I need a magnifier to read it. How can I set the font to a size I can easily read?
    b. When I forward msgs, the text gets all distorted and I need to clean it up (some symbols, lots of spaces between words). How can this be fixed?
    c. When I want to tell someone about a website, I cannot type the URL in so that all they have to do is click on it. How can this be fixed?
    d. When I open messages, the text opens in a small window and covers the "Show Images" button. Why?
    == This happened
    ==
    Every time Firefox opened
    == Ever since I started using Firefox (a few months ago)
    ==
    '''Troubleshooting information'''
    I didn't find any results
    == Firefox version
    ==
    3.6.3
    == Operating system
    ==
    Windows 7
    == User Agent
    ==
    Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3
    == Plugins installed
    ==
    *-nphpclipbook
    *Office Plugin for Netscape Navigator
    *The QuickTime Plugin allows you to view a wide variety of multimedia content in Web pages. For more information, visit the QuickTime Web site.
    *Default Plug-in
    *Adobe PDF Plug-In For Firefox and Netscape "9.3.2"
    *NPRuntime Script Plug-in Library for Java(TM) Deploy
    *The Hulu Desktop Plugin allows Hulu.com to integrate with the Hulu Desktop application.
    *Shockwave Flash 10.0 r45
    *Adobe Shockwave for Director Netscape plug-in, version 11.5
    *iTunes Detector Plug-in
    *3.0.40624.0
    *NPWLPG
    *Next Generation Java Plug-in 1.6.0_20 for Mozilla browsers

    The text editor is the text area that you use on the webmail (Yahoo, Hotmail) website to create a new mail.
    You can compare that with the ''Post new message'' text area that you use to create a new post on this forum.
    Just above the text area that you use to enter the message text there is usually a button bar with buttons that allows some text formatting like Bold and Italic and can also include a button to make a clickable hyperlink.
    Check the tooltip of each button by hovering with the mouse over each button.
    Make Link - https://addons.mozilla.org/firefox/addon/142

Maybe you are looking for

  • Macbook won't turn on...just not working.

    My Macbook just stopped working. In the evening it was working, but when I woke up the next morning, it was not working. I tried to turn it on, but it wouldn't turn on. I changed power cords, but it was not the charge. Do you have any ideas what else

  • HT1657 Rented movies available without Internet?

    When watching a rented movie from the iTunes Store, do I have to have an Internet connection in order to watch the movie? For example in airplane mode or when offline would I be able to view the rented movie?

  • Import process flow in the Process Composer

    Hello BPX'ers I've got a question about the Process Composer, is it possible to import work flows that where created in tools like for example Bizagi, this is a lite bpm tool (takes about 5 minutes to install) and you do not need any heavy pc require

  • Report which concatenates 13 views with union all running slowly

    Oracle 8.1.7 windows 2000 server I am trying to improve the performance of a report which is comprised of 13 views. When I run each of the views individually, the total run time for the views is less than 5 minutes. When I run the report, it takes 28

  • Reg: Convert amount in values to amount in words

    Dear All, Want to convert amount value into words and it will displays on UDF which is created in Marketing document. How can i do that. Plese help me Thanks & Regards Venkatesh N