Crystal HTML Text Interpretation

I have this information saved in my SQL database field varchar(max):
<span style="text-decoration: underline">This should be underline</span><br />
<br />
<span style="font-weight: bold">This should be bold</span><br />
<br />
<span style="font-style: italic">This should be Italics</span>
When I add the field to Crystal and set the Text Interpretation to HTML. Crystal is ignoring the HTML Tags. The report is printing like this:
This should be underlineThis should be boldThis should be Italics
Its ignoring underline, bold, italic and <br> tag. I know crystal is limited to HTML tag interpration but I thought these tags are between the guidelines.
Am I doing something wrong?

it can't do style.
This is from the help file
The supported HTML tags are:
html
body
div (causes a paragraph break)
tr (causes only a paragraph break; does not preserve column structure of a table)
span
font
p (causes a paragraph break)
br (causes a paragraph break)
h1 (causes a paragraph break, makes the font bold & twice default size)
h2 (causes a paragraph break, makes the font bold & 1.5 times default size)
h3 (causes a paragraph break, makes the font bold & 9/8 default size)
h4 (causes a paragraph break, makes the font bold)
h5 (causes a paragraph break, makes the font bold & 5/6 default size)
h6 (causes a paragraph break, makes the font bold & 5/8 default size)
center
big (increases font size by 2 points)
small (decreases font size by 2 points if it's 8 points or larger)
b
i
s
strike
u
The supported attributes are:
align
face
size
color
style
font-family
font-size
font-style
font-weight

Similar Messages

  • Text interpretation, html mode

    Post Author: ptrwgnr
    CA Forum: General
    For the text interpretation in html mode for the newest version of Crystal Reports (Crystal Reports 2008 (v12)) what html elements are supported?
    There is a url that states the limitations of version 9.0, but hasn't been updated since 2004 (link below)
    http://technicalsupport.businessobjects.com/KanisaSupportSite/search.do?cmd=displayKC&docType=kc&externalId=c2014842&sliceId=&dialogID=22134003&stateId=1 0 22130732
    It's unfortunate that the anchor tag is not supported. Might it be possible to use a Replace() function to change the html formatting into crystal report readable formatting? What do the crystal report tags look like? What strings need reformatting?
    Side issue:
    There was also another site stating that if a system registry variable was changed (EncodeHTMLForSingleLineFieldObjects) that the html encoding would be read. The site said that some html didn't get converted because of security reasons, and that changing a system variable would solve this problem. Is this true? I wasn't able to find this variable in the Crystal Reports directory.
    Thanks!

    Mike
    This has been an iisue for years, in that Crystal HTML interpretor is very poor.
    The only way I solved this 4 years ago was to use a proprietry DLL to convert HTML to RTF, and then used Milletsoftware Visual cut to bring the RTF doc into Crystal and then use Crystal RTF interpretor which is a lot better.
    Don't ask me how as its too long ago and I prefer not to remember
    Very convoluted but worked as we were only producing a single banking letter for individual customers. Hate to think what would happen if you needed to process a lot of records.
    Good luck!
    Ian

  • HTML text not showing properly in CR 11

    I am trying to display the html text in the crystal report but the first screen shot displays something ugly text interpretation:
    But when i change the text interpretation to HTML then instead of showing nice html tags like ul, li AND table tags it is not recognizing the html tags at all
    is there any way to display the html nicely???????

    Not all HTML tags are supported by CR.
    Per KB 1657131, the supported HTML tags in CR2008 and later are:
    html
    body
    div (causes a paragraph break)
    tr (causes only a paragraph break; does not preserve column structure of a table)
    span
    font
    p (causes a paragraph break) 
    br (causes a paragraph break)
    h1 (causes a paragraph break, makes the font bold & twice default size)
    h2 (causes a paragraph break, makes the font bold & 1.5 times default size)
    h3 (causes a paragraph break, makes the font bold & 9/8 default size)
    h4 (causes a paragraph break, makes the font bold)
    h5 (causes a paragraph break, makes the font bold & 5/6 default size)
    h6 (causes a paragraph break, makes the font bold & 5/8 default size)
    center
    big (increases font size by 2 points)
    small (decreases font size by 2 points if it's 8 points or larger)
    b
    i
    s
    strike
    u
    strong
    ol (ordered list)
    ul (unordered list)
    li (list item)
    -Abhilash

  • Problem "Text Interpretation"

    Post Author: karramarro
    CA Forum: General
    I used Crystal Reports 8.5 and I have a field with this text "<font size=1><font face="Courier New (Europa central)"><br><b>grupoCGM_12 = CGM 12 Kv</b><br>Esta modificado = true......" and in the Crystal I view ok, but when I call from my program the format not change and I see none formating.
    I call the report like this: "report.PrintToPrinter (1, false, 0, 0);" with crystal viewer in visual studio 2005.

    This is the list of supported HTML tags from the Crystal Help file.
    Text interpretation
    Use this list to select the type of pre-formatted data (string or memo fields only) or text you are inserting in a field. Crystal Reports extracts information about the font, size, style, color, and paragraph and displays the data or text with the specified attributes.
    Your choices are:
    "none" to interpret the string or memo field or imported text as if it contains plain text.
    "RTF Text" to interpret the string or memo field or imported text as if it contains Rich Text Format data.
    "HTML Text" to interpret the string or memo field or imported text as if it contains HTML data.
    The supported HTML tags are:
    html
    body
    div (causes a paragraph break)
    tr (causes only a paragraph break; does not preserve column structure of a table)
    span
    font
    p (causes a paragraph break)
    br (causes a paragraph break)
    h1 (causes a paragraph break, makes the font bold & twice default size)
    h2 (causes a paragraph break, makes the font bold & 1.5 times default size)
    h3 (causes a paragraph break, makes the font bold & 9/8 default size)
    h4 (causes a paragraph break, makes the font bold)
    h5 (causes a paragraph break, makes the font bold & 5/6 default size)
    h6 (causes a paragraph break, makes the font bold & 5/8 default size)
    center
    big (increases font size by 2 points)
    small (decreases font size by 2 points if it's 8 points or larger)
    b
    i
    s
    strike
    u
    The supported attributes are:
    align
    face
    size
    color
    style
    font-family
    font-size
    font-style
    font-weight

  • Open hyperlinks in html text using StageWebView instead of external browser

    My iPad app downloads xml data from a server and displays it as html text. The text may contain hyperlinks and currently these are correctly displayed as links in my app. However when I click on the link, it opens the link in an external browser.
    Any idea how I could instead open the links using StageWebView - I know how to open a link using StageWebView - the problem is intercepting whatever causes it to open in the external browser and instead use StageWebView.
    Thanks in advance

    Hi, John, welcome to Apple's user-to-user discussion forums.
    Does anyone here know of a way to open new windows without using command click in a tab?
    If you want links on a web page to open in a new tab, you need to command-click on them. This will work both for links set up to open in the same window and those set up to open in a new window. There is no setting in Preferences to make links on a web page automatically open in a new tab.
    There is a preference setting to open links from other programs, such as Mail, in a new tab. In Safari's Preferences, click on the General icon. Towards the bottom where it says "Open links from applications", check "in a new tab in the current window".

  • Swing JEditorPane how to divide a html text in equals pages

    Hi,
    I want to load a html text from a file into a JEditorPane and divide its content in pages with the same number of lines. I want to create a look like in pdf or microsoft word. I found somewhere an example wich create the editor as I want but it is made using shapes and draw them.
    The look is that that I want, but being shapes they aren't editable or selectable.
    Can you give me any ideea how can I make this?
    Thanks in advance!

    You can use this
    http://java-sl.com/Pagination_In_JEditorPane.html
    And this
    http://java-sl.com/JEditorPanePrinter.html
    To see my attempts to achieve the behaviour
    Regards,
    Stas

  • TS3899 I recently discovered that I can no longer access websites pointed to within the content of an email message on my iPad Air by clicking on the highlighted HTML text or symbols. What should I do to correct this issue?

    I recently discovered that I can no longer access websites pointed to within the content of an email message on my iPad Air by clicking on the highlighted HTML text or symbols. What have I done to create, and what should I now do to correct, this issue?

    Or you could include a width to your body style:
    body {
    background-image: url(Logo/sky1.jpg);
    background-position: center center;
    background-attachment: fixed;
    width: 75%;}
    It might work or not depending on your other color scheme.

  • Need to compare html text area values by using java script

    I have one html text area in my JSP file. when i click on that text area, a pop-up will come, in that pop-up i have list of items. So after selecting a item from that pop-up list, need to click okay. so that text area will update with the selected value.
    In this case, i need to compare the first text area value and updated text area value. How can i do that in Java Script.

    I suggest you look for a Javascript forum to ask questions about Javascript. This is a Java forum.

  • Need to Remove html text in Saved PDF from OBIEE Dashboard

    Hi,
    It's OBIEE 10g related issue...
    Customer wants a Dashboard as PDF, Dashboard has a footer which has a HTML link. While saving this Dashboard into PDF file, it has the HTML text in footer place rather than HTML link.
    Can you please help me on this issue that how to resolve this.
    Thanks in advance...

    Hi,
    This is a known bug in OBIEE. Refer to :
    BUG:7369585 - SUPPORT OF HTML TAGS IN PRINT TO PDF (NARRATIVE VIEW, DASHBOARD TEXT OBJECT)
    BUG:7476622 - HTML TO PDF NARRATIVE AND OTHER FORMATTING DIFFERS
    BUG:8787191 - NARRATIVE DOES NOT DISPLAY CORRECT FONT SIZE AND CENTER IN PDF
    BUG:9372634 - HTML TAGS SHOWN WHEN PRINT/EXPORT TO PDF
    NOTE:749246.1 - OBIEE 10g: When a Report is Downloaded to PDF Format it Shows the Embedded HTML Option Tag Values in the Report.
    BUG:12826562 - HTML TAGS AND CODE USED IN COLUMN FORMULA ARE VISIBLE IN REPORT PDF
    BUG:5747757 - NARRATIVE VIEW IN PDF DOES NOT KEEP FORMAT
    The workaround is to print the report to Excel or HTML.
    Thanks,
    -Amith.

  • Static  text corrupts randomly in html text region

    Hi,
    I am creating on a page a series of hide/show regions with static html containing images stored in the database. The tags in the html are pretty straight forward, just a few &lt;p&gt;, &lt;br&gt; and <img></img>. The size of the region is about 400-1000 characters. The problem is when I run the page and display the region, I see characters missing from the displayed page or are corrupted. For example an "&lt;br&gt;" tag I inserted would turn into "&amp;lt;br>" or an image name "SummaryOutput.jpg" would be "SumaryOutput.jpg". Sometime the missing character are not even in the text I generate but in the substitution string like #WORKSPACE_IMAGES# where some images gets complete path while others are missing one character in the uri (e.g. "et" instead of "get"). This happens about 70% of the time for some regions with multiple images. The ones with only one image link don't seem to have the problem.
    How I created the region is this.
    1. creating an an HTML Text Region, hide/show (although I did tried switching to no-template and the problem still existed).
    2. upload the images into the db and not assign them to any application.
    3. create my html doc using MS Word and save as "filtered htm".
    4. open the html doc using TextPad and edit the image links to using the db image (e.g. <img src="#WORKSPACE_IMAGES#imagename.extension" alt="Image Title">
    5. Cut&Paste the html code into the Resource textarea of the HTML Text Region. Click "Apply Changes"
    6. Display the page. Most of the times the page displays fine, but when there are two or three images (less than 70kb each) contained in the html code I often see the randomly missing characters.
    7. When I do view source on the page, I see that the link to the images are corrupted.
    8. When I do edit page and look at the region->source. Sometimes I see the characters changed but sometimes not (eg. The name of the jpg is correct in the textarea but wrong in the output page)
    Here are the things I've tried which did not work.
    1. Remove all html tags from the html, keeping only the <img> tags. So only plain text and <img>
    2. Do all the work in one IE6 browser window instead of using two sessions of FireFox and an IE. I thought maybe session states are conflicting.
    3. I see the same problems in both IE and Firefox so I don't think it's a browser issue, at least on the viewing end.
    4. There are no items in these regions, just text and images.
    The behavior I am seeing is completely buzzard to me and I've exhausted all my methods of debugging. I did some searching on the forum and did not see any problems approaching what I am seeing on my server. Has anyone seeing anything like this or have an idea where to look for the problem?
    Thanks,
    Wayne
    Edited by: [email protected] on Jun 25, 2009 1:10 AM

    nope - it's set to static. I do have a link embedded using
    the properties panel and thought that might be the reason. It
    wasn't. Strangest thing. I've recreated some of the text boxes and
    they are working. It's happened a few times to me - and I'm
    beginning to think it is a quirk in Flash 8.

  • Firefox will not display my HTML file as its contents - only displays the HTML text (firefox 5.0).

    I can download a file as a Firefox file (zipped) and it displays successfully. Then I can save the file as a text file and see the HTML text.
    When I work on the HTML text file and then try to display the modified file in Firefox 5.0 and Windows XP, Firefox will only show the HTML text, not the display of the contents of the file.

    Make sure that the file has a .html file extension if you want Firefox to render the content.
    Your above posted system details show outdated plugin(s) with known security and stability risks.
    *Shockwave Flash 10.0 r32
    Update the [[Managing the Flash plugin|Flash]] plugin to the latest version.
    *http://www.adobe.com/software/flash/about/

  • Use jbo:InputRender instead of html:text

    I'm currently trying JDev 10g preview and i'm using Business Components with Struts. When i use the data control palette to create an input form in a JSP page, all the input are html:text. Is there a way to set the default type of all inputs to jbo:InputRender instead of html:text?
    Thanks
    J�r�

    No, i would like to set the type of each input in my Business Component instead of in the JSP pages. This way, if i want to change the type of an input, i will have to change my business component, not my JSP pages.
    So, to be able to do this, i have to change every input from html:text to jbo:InputRender in all my forms. Which i think is not optional, because if the input type is not indicated, jbo:InputRender use the input type (which in most case, except for dates, is html:text).

  • Gallery with HTML text under image

    I'm working on a gallery of images with thumbnails on the left and larger photos on the right. My problem is the larger photos on the right need some text under them. I've been adding the text to the photos in photoshop and doing this as a standard swap image/swap image restore. What I was wondering, is there a way to add this text as HTML. When I do the swap image I would need to swap out the HTML text also. I've done this as a layered div in the past, but it gets cumbersome when you have 30 thumbnails. Hopefully someone has a good solution for this. I'm thinking about giving up on Dreamweaver and doing this sort of thing in Flash.
    ----Here's the website I'm working on -- http://www.elyssabassdesigns.com/fashion_collection/fashion_cuffs.html

    There are literally hundreds of CSS, DHTML or jQuery solutions you could use.
    http://www.1stwebdesigner.com/resources/57-free-image-gallery-slideshow-and-lightbox-solut ions/
    http://www.dynamicdrive.com/dynamicindex14/index.html
    www.JAlbum.net
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb
    www.alt-web.blogspot.com

  • Can I design something in Muse and somehow get the HTML text fro it to plug into Business Catalyst to make a newsletter?

    I guess since I don't know html, I was wondering if I could create a "page" in muse and somehow get the "HTML" text from it so I can plug that text into a Business Catalyst E-Mail Marketing Campaign template. since I am struggling so much with modifying one of Business Catalysts established templates.
    I made my website with muse and I host it through Business Catalyst with a webMarketing Plan.
    Thanks in advance,

    There is no direct way to achieve this but you may try a workaround which may work but would require testing on your end.
    Create the site in Muse and publish to BC , master page will be included in template section. So in your published site , Page template will show you design from Muse.
    Now from Partner portal , you can select the site to create email campaign template but please note that creating a template from PP will remove the default email campaign templates on BC end.
    After creating the campaign template from PP , login to your site and create email campaign and in template section you will get the option to select the template which you created from PP.
    Not an ideal way but can be used as a workaround.
    Thanks,
    Sanjit

  • Try to mix plain text with HTML text in mail forms

    Hi,
    I'm working with CRM 2005, and I want to build a mail form with Multi-Mime text type, but with a "html text" block and a "plain text" block in first page. I can do it but when I access to my mail form via PCUI a error occurs telling me that the mail form is defined improperly.
    Thanks a lot,
    Nuno Moreira

    Hi Nuno,
    if the mail is sent correctly and it is only a display problem in PC-UI I would suggest that you open a OSS message to ask SAP to solve this problem.
    Regards
    Gregor

Maybe you are looking for

  • Recording from Mixing board to GB

    I am a teacher in a middle school. In my industrial tech. class we have a radio broadcasting station. At this station I have a mixing board as well as other euipment. Now my mixing board has an output that runs to a reciever so I can play it over the

  • STRUCTURE RV45A IN USEREXIT

    Hi !!! i have a problem with the standard transacction VA01. i need to get the data from the structure RV45A to obtain the field MATNR in the userexit FV45K001(CALL FUNCTION 'EXIT_SAPFV45K_001', include program ZXVVAU03), all this in run time. To get

  • Reinstalling golive 6

    I am having a problem installing Go live 6 on a clean XP install it keeps giving me an invalid serial number issue I have checked with Adobe and the serial number is a valid number but they no longer will support golive 6 I have golive 9 but I am not

  • Dataguard switchover issue

    Hi all, I am facing physical standby switchover issue. I set up a physical standby database everything works well. Last week I tried switching between primary abd standby, switchover also done well. Switchover happend log sequence at 1011. After a co

  • Built-in users table

    Hello, I want to build an authentication function based on the built-in users table, some thing like: (select * from (appex-user) where user=&varialble and password=&varialbes) How can I do that? Edited by: Najla on Jan 16, 2013 8:34 AM