Rich text not displaying in color

I have a text object that has the Paragraph Text Interpretation set to RTF Text.  However, when I run the report, all of the text displays as black instead of the colors the user defined.  It is supposed to display in red and yellow.  All other richtext formats such as bold, italics, etc. display properly.  I know the value of the richtext property is set properly because it displays inside a Visual Studio richtextbox properly.  I am only having issues with Crystal Reports.  Can someone explain how to get the colors to display for a richtext object?  I am using Crystal Reports for Visual Studio 2010.   Thanks.

i only mentioned a Text Object as that's where a report developer can quickly test what formatting is available in crystal reports.
if you create a new Text Object then you can look at what formatting options are available and you will then know what options are available in RTF. it's pretty limited. in a text object you can change fonts, colours, add tabs, etc. but not really that much more.
since there are lots of tags that won't work try to find an SAP Note that goes over what works and what doesn't. for example, i don't think that the stylesheet tag is support and this could be what's causing the issue. there may be more unsupported tags etc.
for testing create a new test formula to put on your report and then format as RTF. try this syntax first...this does work in cr.
"{\rtf1\ansi\ansicpg1252\deff0\deflang1033{\fonttbl{\f0\fnil\fcharset0 Calibri;}}"+
"{\colortbl ;\red255\green0\blue0;}"+
"\viewkind4\uc1\pard\sa200\sl276\slmult1\cf1\lang9\f0\fs22 This is red.\cf0\par"+

Similar Messages

  • Flash Text not displaying certain fonts

    Thanks as always…
    I am trying to use Flash text for some headings, but after an
    hour of pulling my hair out I've just realised it will only display
    certain fonts, such as Helvetica etc.
    I added the font I want to use to my font list but it still
    does not display…
    I'm using MX on OSX 10.3.9.
    Any ideas? Thansk.
    Flash Text not displaying certain fonts

    Fodderstompf wrote:
    > Thanks guys,
    >
    > I don't have Flash MX and it turns out the font is a
    Postscript Type 1.
    >
    > Didn't realise about the true-type thing, bit of
    nusiance (and completely the
    > opposite of the hassle I normally have with print
    work!).
    >
    > I'm gonna look and see I can get a true-type version of
    the font (Tabitha), or
    > is there any other work around?
    >
    > Thanks.
    >
    >
    Is your text in a dynamic text box, or static text box in
    flash?
    I don't think the issue concerns the "true-type" or not
    "true-type" font.
    In Flash, when text is part of a dynamic text box (which I
    assume is the case in your situation),
    then the font works just like in an html page:
    if the font is installed on the computer it will show, if
    not, it won't. The way around this, is to
    embed the font data in the authoring flash file, and link it
    to the dynamic text box, via actionScript.
    So if you cannot work on the authoring Flash file with Flash
    MX or Flash8, and if indeed we're
    talking about a dynamic text box, your only option is to use
    a web-safe font.
    seb ( [email protected])
    http://webtrans1.com | high-end web
    design
    An Ingenious WebSite Builder:
    http://sitelander.com

  • Why won't voice generated text not display as I speak?

    Why won't voice generated text not display on the screen as I speak?

    All you get in 10.6.5 is spoken COMMAND recognition.
    Dictation requires 10.8 Mountain Lion or later:
    Mac Basics: Dictation lets you speak text instead of typing

  • Text not displaying on components

    I have one swf file where im using the default textInput and
    button components. Just so the user can enter a zip code and click
    submit. When i publish that swf, everything looks fine. The problem
    is that i am loading that swf into a master swf and when i view it
    through the master swf, it displays the components without text.
    The submit button is blank, it should say 'submit' on it, and no
    characters display when you type into the textInput component. I am
    able to type characters and submit the form, but i can't see what
    im typing. I've tried messing with embedding fonts in the child swf
    as well as the master to no avail. If anyone has any suggestions,
    they would be greatly appreciated.

    Here's how to talk to your dynamic text box. Where you put
    this bit depends
    on how you are building the preloader, but since you say the
    progress bar
    works fine, I'll assume you know what you're doing there and
    will be able to
    get this in the right spot.
    // variable that calculates a number for the percent loaded
    preloaded = Math.floor((loadedBytes/totalBytes)*100);
    // this line is talking to a dynamic text box named
    "percentage_txt" that is
    inside a movieClip named "preloader_mc" on the root timeline
    // depending on your setup the path may be different, but
    make sure
    everything on the way to the text box is named
    _root.preloader_mc.percentage_txt.text = preloaded + "%";
    // You've probably left out the ".text = " bit. Just a guess,
    but that's
    the bit I always find
    // I've left out when I'm having trouble with dynamic text.
    // Also make sure your text color is not set to the same
    color as your
    background. Duh.
    Good luck.
    --KB
    "patbegg" <[email protected]> wrote in
    message
    news:ejuu12$bmd$[email protected]..
    > Hi,
    > Cheeky little problem. I cannot get the dynamix text to
    show on the
    > preloader
    > of a loaded movie. I am calling in a .swf which has a
    preloader in it, the
    > progress bar is fine but the text showing the percent
    will not display.
    >
    > I have tried the _lockroot method, but no joy. Any ideas
    anyone?
    >
    > Any help appreciated guys.
    >
    > Cheers,
    > Pat
    >

  • Text not displaying

    I have been slowly converting an AS3 Flash IDE-based interface to Flash Builder, keeping up with the daily builds (for the most part) and reporting bugs as I go.
    For a long while, things were going great, aside from the several bugs that I reported.  At some point along the way, though, the text in my entire project started not displaying properly.  Certain characters do not display at all.
    It is a Windows standard font, though newer (Calibri), and the entire font set is currently embedded in the project.
    For some reason, most capital letters do not display, nor do certain special characters (underscore, etc)  Some lowercase letters don't display.
    It is always the same letters that don't display.
    I thought this was an issue with the build, but I rolled the SDK back the whole way to 4.0 (the original beta build) and it is happening there as well.  There is no rhyme or reason to it, as far as I can tell.
    Here is a screenshot with the problem:
    The tabs should read:
    Menu
    Important Points
    Glossary
    The menu list should read:
    Pre-Test Pt 1
    4800_020
    Fred Bauer Audio
    Learning Activity
    Learning Activity
    Fred Bauer Audio
    4800_020
    Learning Activity
    Learning Activity
    And the horizontal list at the bottom should read:
    Page 1
    2
    3
    4
    5
    6
    7
    8
    9
    Has anyone else encountered this type of problem? Any workarounds?

    Rich,
    +1 to Alex's simple test case suggestion.
    For example, does this work for you?
    It renders correctly on for me using XP/FP 10.0.22.87 (debug) with SDK 4.0.0.8847:
    <?xml version="1.0" encoding="utf-8"?>
    <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
            xmlns:s="library://ns.adobe.com/flex/spark"
            xmlns:mx="library://ns.adobe.com/flex/halo">
    <s:layout>
            <s:HorizontalLayout gap="20" paddingLeft="20" paddingTop="20" />
        </s:layout>
        <fx:Script>
            <![CDATA[
                [Embed(source='C:/WINDOWS/FONTS/CALIBRI.TTF',
                       fontFamily='CalibriE',
                       mimeType="application/x-font",
                       embedAsCFF="true")]
                public static var CalibriEmbedded:Class;
            ]]>
        </fx:Script>
        <fx:Style>
            @namespace s "library://ns.adobe.com/flex/spark";
            @namespace mx "library://ns.adobe.com/flex/halo";
            s|SimpleText,
            s|RichText,
            s|RichEditableText {
                fontFamily: "CalibriE";
        </fx:Style>
        <s:VGroup>
            <s:SimpleText text="SimpleText test:" fontSize="16" />
            <s:SimpleText text="Menu" />
            <s:SimpleText text="Important Points" />
            <s:SimpleText text="Glossary" />
            <mx:HRule width="100%" />
            <s:SimpleText text="Pre-Test Pt 1" />
            <s:SimpleText text="4800_020" />
            <s:SimpleText text="Fred Bauer Audio" />
            <s:SimpleText text="Learning Activity" />
            <s:SimpleText text="Learning Activity" />
            <s:SimpleText text="Fred Bauer Audio" />
            <s:SimpleText text="4800_020" />
            <s:SimpleText text="Learning Activity" />
            <s:SimpleText text="Learning Activity" />
            <s:SimpleText text="Page 1" />
        </s:VGroup>
        <s:VGroup>
            <s:RichText text="RichText test:" fontSize="16" />
            <s:RichText text="Menu" />
            <s:RichText text="Important Points" />
            <s:RichText text="Glossary" />
            <mx:HRule width="100%" />
            <s:RichText text="Pre-Test Pt 1" />
            <s:RichText text="4800_020" />
            <s:RichText text="Fred Bauer Audio" />
            <s:RichText text="Learning Activity" />
            <s:RichText text="Learning Activity" />
            <s:RichText text="Fred Bauer Audio" />
            <s:RichText text="4800_020" />
            <s:RichText text="Learning Activity" />
            <s:RichText text="Learning Activity" />
            <s:RichText text="Page 1" />
        </s:VGroup>
        <s:VGroup>
            <s:RichEditableText text="RichEditableText test:" fontSize="16" />
            <s:RichEditableText text="Menu" />
            <s:RichEditableText text="Important Points" />
            <s:RichEditableText text="Glossary" />
            <mx:HRule width="100%" />
            <s:RichEditableText text="Pre-Test Pt 1" />
            <s:RichEditableText text="4800_020" />
            <s:RichEditableText text="Fred Bauer Audio" />
            <s:RichEditableText text="Learning Activity" />
            <s:RichEditableText text="Learning Activity" />
            <s:RichEditableText text="Fred Bauer Audio" />
            <s:RichEditableText text="4800_020" />
            <s:RichEditableText text="Learning Activity" />
            <s:RichEditableText text="Learning Activity" />
            <s:RichEditableText text="Page 1" />
        </s:VGroup>
        <s:SimpleText activate="event.currentTarget.text = mx_internal::VERSION;" />
    </s:Application>
    Peter

  • Rich text not working...

    Under preferences in Mail, I have the message format set to Rich Text and under fonts and colours; I have the message font set to Verdana from the 'windows office compatible' fonts. However, not a single email client that I am sending messages to is interpreting this font. Outlook is simply displaying the text in Times New Roman, which looks awful. Why is this not working?
    Also, when I send a message with a 'windows compatible' attachment, outlook cuts off all of the text after the attachment and shows it as a HTML attachment???

    martinneep wrote:
    So it is intended only for viewing, not for message composition???
    Surely you can see my frustration?
    Yes. Sorry, but I wasn't very clear. The Message Font in Mail preferences is for displaying plain text messages and setting the "default" font. Rich text messages will be displayed in whatever font they were created with.
    The Fonts menu is useful for message composition. But in order to create a rich text message, you must change the font from the default, whatever that default happens to be. So, it is in your interests to make sure that the Message Font in Mail Preferences is not the font you want to use for creating new rich text messages.
    It is the policy of Apple Mail to prefer to send plain text messages whenever possible. Even if you select rich text, Apple Mail will only send plain text if it thinks you haven't used any rich text features. This is a design decision by Apple because they know how much trouble sending and receiving rich text messages really is.
    I send a message to a client, attach an excel spreadsheet... When I receive a reply, I see my quoted message; in Times New Roman, with the most important body of text missing, just because it was typed after the attachment. I basically sent a message that made no sense and that looked very unprofessional.
    You can't go by that. A message sent to a Windows user and returned as a quoted reply is likely to have no relation whatsoever to how it looked on your display or how it looked on your recipient's display when you sent it.
    Also, you seem to be encountering a well-known bug in Outlook. It sounds like what you actually sent was a plain text message with attachments. Outlook is known to handle such messages poorly. It is best in such situations to put your attachments at the end of the message and/or force a rich text message by selecting a non-default font. (That means a font other that what you have defined as the default message font).
    All of your content made it to the recipient, but any text after the attachment shows up as a text attachment. When dealing with users with this old version of Outlook, make sure all of your attachments are at the end of your message. As soon as Outlook sees the first attachment (which will be anything (image, attachment, styled text) that isn't plain text) it treats all following content as attachments.
    His response however (composed in Outlook) looked much more reputable. The message displayed in the same font that it was composed with, in navy blue (because it was a reply) and none of the text was missing!
    Yes. That is because Apple Mail is a far better mail program than Outlook. Apple Mail can properly read Outlook e-mail but Outlook has trouble with anything that wasn't built by Outlook.
    I just don't understand why Apple haven't given us the choice? We have the ability to send a message in rich text, and it works. But we have no way to select that formatting as a default without using some botched up signature. That makes no sense!
    E-mail is just very difficult to get right. The MIME mail standard is 20 years old. To this day, e-mail programs continue to have trouble with it. You are taking your frustrations out on Apple, but that is misdirected. I have been using Apple e-mail software since 1996. Apple has been steadily dumbing it down in order to allow its messages to show up properly in Outlook and other PC e-mail programs.
    When sending e-mail to old e-mail clients, try to use only plain text. Make sure your attachments are at the end of your message. If you want to try using rich text, make sure to select a non-default font. You can argue with me and complain about Apple all you want, but that is going to have zero effect in fixing Outlook 2003.

  • Text not displayed in the Web Report

    Hi All,
    I have a query where user is expecting both Key and Text to displayed in the report for the Info object "Local Product High". This infoobject has text data available. But Iam not sure why this is not getting displayed even when I select both Key and Text in the properties screen.Only Key is getting displayed.
    Can some one throw some light on this.
    Regards,
    Srinivas

    I juct checked the Text table and I see the texts for the infoobject exists. I do not think CHange run will resolve this issue. but yes the master data is active .
    I will now try to run the report through Bex and come back.
    Thanks for the input..
    regards,
    Srinivas

  • PO Material text not displayed in PO

    Hi All,
    Please help me in finding a solution for my issue,
    We use SAP ERP 6.0, and recently upgraded from SRM 4.0 to SRM 7.0. whenever a PO is processed in SRM and replicated to SAP, "Item text" inputs entered in SRM is replicated to "Material PO Text" in SAP and when the PO is printed, those inputs are not displayed in the PO..
    However if I amend the same PO again in SRM (by just modifying the inputs in "Item text") and re-replicate to SAP and reprint the PO, the inputs are displayed in PO this time. becoz of this, we had to amend every PO again to have the Item text displayed in PO.
    Why the inputs are not displayed in PO at the first time and what made the system to display it after i amend the PO the second time???
    Any help is much appreciated.
    Thanks
    Vinoth

    Nabheet, Thanks for your response.
    I have already raised this with the tech team and they said they antcipate this to be fixed by this March. I have no idea if this takes so long to fix it. Since we had to process 100s of POs every day, it is affecting our SLA badly
    Vinoth

  • Arabic text not displaying correctly in Win Server 2008 R2

    Hi,
    We have an .mdb database stored on our Windows Server 2008 R2 server but when we view the contents some of the text has strange characters.
    When we view the same db in Windows Server 2003 we do not have these characters. I'm not sure what exactly we need to do to correct this issue..
    Any suggestions welcome..

    Hi,
    Thanks for your post.
    When you open a Web page or a text file that contains a string of Arabic characters, the string is not displayed correctly. This issue occurs when the following conditions are true:
    The Left-to-Right Override (LRO) Unicode control character is used in the string of Arabic characters.
    You specify a font that is not Simplified Arabic Fixed.
    Please apply the hotfix below:
    Incorrectly displayed Arabic characters in Windows 7 or in Windows Server 2008 R2
    https://support2.microsoft.com/kb/976525?wa=wsignin1.0
    And check the result.
    Regards.
    Vivian Wang

  • HDMI output to monitor not displaying all colors

    I am trying to use a second monitor on my Satellite S55t-b5152 and am able to get 1920x1080 output from the HDMI port through an adapter to either VGA or DVI into my external monitor, but with either adapter the colors look washed-out and not all the colors that are displayed on the internal monitor show up on the external monitor.  For example the position indicator in scroll bar on some apps shows up on the internal monitor, but disappears when I drag that window onto the external monitor.  I've tried multiple monitors and they all have the same symptom. I've investigated this some on external forums and it seems to be that the HDMI output under some conditions assumes that it is connected to a TV instead of a monitor and it limits the output color range.  On some graphics drivers it is possible to override that assumption and get the full range output from the HDMI port.  I haven't found a way to do that for the graphics driver on the S55t-b5152. Has anyone figured this out?

     
    Satellite S55T-B5152
    through an adapter to either VGA or DVI...
    Just want to comment that I'm not at all surprised that an adapter does not produce true colors. I'm sometimes amazed they work at all.
    Yours is HDMI 2.0 which complicates things still further.

  • Info Record Text and Material Text not displayed in Subcon. PO printout

    Hi,
    I have this scenario, where the Info record text from Info Record PO text does not appear in Print out but appears in Print preview.
    Also the Info record text for  standard Purchase order is displayed in Print preview and Print output.
    The config settings for texts for Purchase order is the same for Purchase order with no Item Category (Standard) and Subcontracting (item category L).
    Also the texts in Purchase order automatically copies in Standard purchase order (adopt button not present) but not in Subcontract purchase order (Adopt text is present).
    I have checked the config for copying rule, for Info record text is automatically adopt.
    I am unable to identify the missing config for this.
    Also the same problem exists for Material text from Material Master PO text is not displayed in Fax output but appears in Print output.
    Please let me have your inptus,
    Regards, Muthuvel

    The solution to this is SPRO->SAP Reference IMG->Materials Management->Purchasing->Messages
    ->Text for Messages->Define Text for Purchase Order.
    Select Texts for Document Item folder - There will be a list by Document Type and Item Category. Make sure there are entries for your combination, otherwise they will not be part of the output message.

  • TextArea text not displayed correctly with ImageSnapshot

    I am having an issue with the ImageSnapshot.captureImage command capturing the text in a TextArea. Attached are two files illustrating the issue. The "screenshot.jpg" pic shows how the TextArea controls are displayed on the screen. The "created jpg.jpg" pic shows how the text is displayed in the jpg that is created. Below is the code that creates the snapshot, everything is pretty standard there as far as I can tell. The text is obviously not sized the same from one to the other. Any ideas whats going on here or what I can do to correct it?
    var myencoder:JPEGEncoder = new JPEGEncoder(50);
    var imgss:ImageSnapshot = ImageSnapshot.captureImage(viewstack.selectedChild, 100, myencoder);
    var fs:FileStream = new FileStream();
    var ssfile:File = File.applicationStorageDirectory.resolvePath("ProjectImages/snapshot.jpg");
    fs.open(ssfile, FileMode.WRITE);
    fs.writeBytes(imgss.data, 0, imgss.data.length);
    fs.close();
    Thanks,
    Scott

    Scott,
    Can you file a bug? http://bugs.adobe.com/flex
    Thanks,
    Jason

  • OTR text not displayed correctly

    Hi,
    I have view in which there are 3 tables with 3 colums each.
    All the data binding etc is fine and it is displayed correctly in the portal.
    My issue is with the OTR texts maintained. The text for column headings in the table is binded with the OTR texts (created through transaction sotr_edit) $OTR:<package>/<alias> in properties value field.
    We have an option to change the language in the portal. So when a language is selected, the texts for these column heading is displayed in the corresponding language selected.
    But for some langauges selected, the texts show some random language instead of the one selected.
    Any idea on how this can be corrected.

    Thanks for the reply Thomas.
    And sorry for delayed reply.
    I could see that the binding of the OTR was not correctly done with the texts.
    After i made the changes, the languages were displayed correctly.
    My concern here is that i have made the changes as this is a custom development and the issue was solved.
    But this same issue is seen in a standard component where the text was not displayed in the language selected and this issue is coming only for the users assigned to a particular role. And for all others, the texts are displayed with the language selected.
    Any inputs on this would be helpful.
    Thanks.

  • CFGrid tag not displaying background color

    Hi, My application runs on CF v 4.5 and uses CFGrid tag to
    display grids. When I run the same code on MX 7, the grid does not
    display the pale yellow background for the grid as it does on 4.5.
    Does anyone know how to fix this ?
    Thanks, Jay M.

    Hi CatJay
    I looked at the code you sent and it has no attribute in
    place to display any color in the background, so I am guessing that
    maybe back in 4.5 there was only 1 colour by default?
    Try adding bgcolor="#ffff00" to the cfgrid tag and see if
    that changes the colour to yellow. (it should)
    Once you get that to work, you can implement any colour you
    want.

  • Public Holiday text not displaying in PT03 (Special Days)

    Hi Experts,
    For my client, I have to configure a public holiday and restrict it to only few WSRs. This public holiday is not part of any public holiday calendar. I have configured this holiday as a special day by defining the day type selection rule & special day.
    When I checked the work schedule in PT03, it is not displaying the holiday class and the text of the public holiday. It is only displaying the day type for this day.
    Please help.
    Many Thanks for your help in advance.
    Warm Rgds,
    Arun.M

                qPane = new JScrollPane(qTextArea);
                qPane.add(qTextArea);
                performedOpsPane = new JScrollPane(performedOpsTextArea);
                performedOpsPane.add(performedOpsTextArea);
                logPane = new JScrollPane();
                logPane.add(logTextArea); When you create a scrolled component, you either pass the component to the JScrollPane constructor or add it afterward, not both. If you're going to add it afterward, you use the setViewportView() method, not add().

Maybe you are looking for

  • Create Credit memo with reference to billing in VF01

    Hi all: I want to create a credit memo with direct reference to the original billing. Thus the creation of CMR is not required. This is the new feature as of release 4.5a. In SAP system, I've done the configuration for copying control from billing do

  • Flex 3 :Help needed in implementing View States

    Hi  I am new to Flex , i am trying to understand View States , tried for one hour but got confused . (Basically by seeing the examples i understood the concept , but failed to implement )  Please help . Assume my requirement is at the load of the pag

  • Ship to party entry in KNVP

    Hi I have created a ship to party. This does not have partner functions tab page in sales area data. Also the ship to party account group is not configured to accept the partner functions. casually i checked the KNVP table for this ship to party, sys

  • Student Edition Activation Limit

    Hey there smart people, I was hopeing that you would be able to answer a question of mine. I currently am a college student and I would like to buy a copy of CS4 Master Collection Student Edtition. I know that the software can only be installed on tw

  • Blocked Windows (Bizspark) keys

    I have some problems with Windows (Bizspark) keys. A few weeks ago I generated one key for Win 8, one for 7 and one for XP. Save these 3 keys I haven't generated any other keys for any other products and there are no other members registered in my Bi