Problems displaying rtf memo fields

Post Author: Davidm
CA Forum: General
We use Crystal Reports X to run reports on an Access database with a significant number of rtf memo fields. We use Total Access Memo to allow extended use of rtf within Access as our users require the additional formatting capabilities that this offers.
However, there are considerable problems displaying items like bullet points, tables and hyperlinks in the Crystal Viewer with tables in particular coming out in a real mess with all entries in the table being displayed in a list with a small square marking each cell at the end of each line.
Curiously, if you preview the report in the full version of Crystal X, it appears a bit better with the hyperlinks still underlined (bullet points still vanish) and rows in rtf tables are at least presented as a row even if the columns are not ordered and mixed (with no bounding cells visible).
Firstly, is this disparity of end result between full Crystal X Print Preview and the Crystal X Viewer fixable?
Secondly, is the limited handling of rtf tags likely to be solved in the next release of Crystal?

Hi Mathias,
If I caught you correctly, you want to display data in Adobe forms in form of tabel, right?
So, follow the steps:
1. Insert one sub form on your adobe form.
2. Set its type as "flow content" in object->subform property.
3. Set flow direction as "Table".
4. Insert another subform inside this subform.
5. set its type as "flow content" and flow direction as "Table row".
6. Now, choose binding tab, and there check "repeat subform for each Data item check box" and specify min. count for your rows.
7. Now, insert your column fields inside this sub form once.
8. Format its look and feel as you want.
When you run this application, it will show you multiple data as table on Adobe form.
Regards,
Bhavik

Similar Messages

  • Problem displaying a related field with an ADF Table

    I am trying to use an ADF table to display data that is setup with TopLink as a one-to-one mapping. The database table is the TICKET table and it has a field STATUS_ID. I would like to display the STATUS from the STATUS table instead of the STATUS_ID. The STATUS table has a STATUS_ID key and the ticket table is setup with a FK constraint on the STATUS table.
    I have two objects, Ticket and Status, that were created from the TopLink reverse engineer. I have created the TopLink mapping and generated the data controls ( this is the same process I used when going through the SRdemo). From the data control palette I dragged the FindAllTickets to my listTicket,jspx page and it shows a menu of options. I selected the ADF Read only table option and the only fields available in the dialog are from the TICKET table??
    The ADF table works and display all the data in the TICKET table but I have not been able to add another column to show the status from the STATUS table. There is a node under the findAllTickets data controlI for the Status. I dragged the individual fields over as ADF output test I can see the data from all the fields including the STATUS.STATUS field but I only see the last row. Also,this is not in a table format.
    Does anyone know how to set this up with an ADF table or is there a better way?
    Thank you
    Todd

    Hello,
    I'm encountering the same problem. One solution seems to use business components (a view object based on many entitiy objects) as described in the ADFBC tutorial, but like you i've based my development on the ADF tutorial and i think there is a solution but i didn't find it for the moment. I'm keep looking for a solution and if i find something, i'll send it to you.
    Good luck
    tif

  • Problem displaying HANA description fields in Explorer

    We have created a number of attribute views and a analytic view based on ECC tables.  The underlying attribute views reference text tables, for example TSPA and TSPAT.
    A data preview of the Analytic view in HANA Studio shows all the text fields correctly.
    But when we display the analytic view in Explorer, certain text (description) fields fail to display, instead defaulting to the code.
    When we reactivate the analytic view, we notice some of the originally-working text fields display correctly but others are now not working properly.  Each time we reactivate the view we get different results.
    Mutliple information spaces built on the same Analytic model all behave the same way.
    We are using HANA rev 25.
    Can anyone offer some advice of help on this issue?!

    Hi Joe,
    I am not sure about the same but many times this will happen when the attribute (in your case description) is the private attribute. So, you can check if the attribute is not a private attribute then how the report look like.
    Regards,
    Neha Singla

  • The memo field in forms won't display text?

    I am using Firefox 33.1.1 on a WindowsXP Pro system and have been using FireFox for quite some time . . .
    Recently, I must have done something, I just don't know, but I can't seem to remedy the problem.
    I create and use a lot of forms. Standard <form></form> HTML forms.
    Whenever I pull up a form, I can no longer see any text as I type into the MEMO field. I also don't see any contents of the MEMO field when I recall a record fromn the database within the form.
    This is happening ONLY with the MEMO field.
    This very message I had to type in notepad and copy and paste it into this bug report form.( OMG - when I pasted this text into this form, I can see the text!! But still not in other forms)
    YET, the text is indeed in the form. This text will display when recalling a record to the webpage and displaying the memo field contents on the page.(Not in form)
    I have done all I can according to FireFox problem resolution suggestions including uninstalling and reinstalling a fresh pristeen copy of Firefox to a diff location on HD.
    I do NOT have this problem when I go into Windows IE. I know there is no problem with the form itself or database contents. This happens on ANY memo field at ANY website, not just mine.
    I cannot say if this began after an FF update or not. I feel it may be a simple fix. I may have hit a key or combination of keys that changed a setting causing this, but I dont know where.
    Any clues would be helpful.
    thanks
    jim

    Try to disable OMTC and leave hardware acceleration in Firefox enabled.
    *<b>about:config</b> page: layers.offmainthreadcomposition.enabled = false
    *http://kb.mozillazine.org/about:config
    You can try to disable hardware acceleration in Firefox.
    *Tools > Options > Advanced > General > Browsing: "Use hardware acceleration when available"
    You need to close and restart Firefox after toggling this setting.
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
    *https://support.mozilla.org/kb/upgrade-graphics-drivers-use-hardware-acceleration
    This can be a problem with the font that is used to display the text.
    You can do a font test to see if you can identify corrupted font(s).
    *http://browserspy.dk/fonts-flash.php?detail=1
    You can try different default fonts and temporarily disable website fonts to test the selected default font.
    *Tools > Options > Content : Fonts & Colors > Advanced
    *[ ] "Allow pages to choose their own fonts, instead of my selections above"

  • Problem displaying Word 2002 RTF files in JEditorPane

    Hi all,
    I am having a problem displaying RTF files created in Word 2002/Office XP in a JEditorPane.
    Our code, which does the usual stuff:
    JEditorPane uiViewNarrativeEda = new JEditorPane();
    uiViewNarrativeEda.setContentType(new RTFEditorKit().getContentType());
    FileInputStream inDocument = new FileInputStream("c:/temp/testing.rtf"); uiViewNarrativeEda.read(inDocument, "");
    inDocument.close();
    works just FINE with RTF files created in Word 97, WordPad etc, but it seems that Word 2002 adds some tags to the RTF file that the RTFReader cannot handle.
    For example, I believe the following exception is due to the new \stylesheet section that Word 2002 adds to the RTF file:
    java.lang.NullPointerException:
         at javax.swing.text.rtf.RTFReader$StylesheetDestination$StyleDefiningDestination.close(RTFReader.java:924)
         at javax.swing.text.rtf.RTFReader.setRTFDestination(RTFReader.java:254)
         at javax.swing.text.rtf.RTFReader.handleKeyword(RTFReader.java:484)
         at javax.swing.text.rtf.RTFParser.write(RTFParser.java, Compiled Code)
         at javax.swing.text.rtf.AbstractFilter.readFromReader(AbstractFilter.java:111)
         at javax.swing.text.rtf.RTFEditorKit.read(RTFEditorKit.java:129)
         at javax.swing.text.JTextComponent.read(JTextComponent.java:1326)
         at javax.swing.JEditorPane.read(JEditorPane.java:387)
    Does anyone have similar problems or knows how I could get around this?
    I thought about writing a parser that replaces the \stylesheet section with one that works but that seems a lot of work and it does not always work (I tried that by copying and pasting...).
    Maybe I could replace the RTF converter that Word 2002 is using with another one - but how?

    Hello again,
    I found out that the 2002 version of MS Word writes a lot more of data into the file than e.g. Wordpad does.
    There is one section that causes the problem, its called "\stylesheet".
    My workaround (working in my case) is to wrap the input stream of the RTF document and remove this section (only in memory).
    See example implementation:
    <<<<<<<<<<<<<<<<<<<<<<< SOURCE CODE<<<<<<<<<<<<<
    * Copyright 2004 DaimlerChrysler TSS.
    * All Rights Reserved.
    * Last Change $Author: wiedenmann $
    * At $Date: 2004/03/31 11:08:54CEST $.
    package com.dcx.tss.swing;
    import java.io.*;
    * This class provides a workaround for parse errors in the
    * {@link javax.swing.text.rtf.RTFEditorKit}. These errors are caused
    * by new format specification for RichTextFormat (RTF V1.7).<br>
    * <br>
    * The workaround is to filter out a section of the RFT document
    * which causes an exception during parsing it. This section has no
    * impact on the display of the document, it just contains some
    * meta information used by MS Word 2002.<br>
    * The whole document will be loaded into memory and then the section
    * will be deleted in memory, there is no affect to the document
    * directly (on file system).<br>
    * <br>
    * <i>This workaround is provided without any warranty of completely solving
    * the problem.</i>
    * @version $Revision: 1.1 $
    * @author Wiedenmann
    public class RtfInputStream extends FilterReader {
    /** Search string for start of the section. */
    private static final String SEC_START = "{\\stylesheet";
    /** Search string for end of the section. */
    private static final String SEC_END = "}}";
    /** Locale store for the document data. */
    private final StringBuffer strBuf = new StringBuffer();
    * Wrapper for the input stream used by the RTF parser.<br>
    * Here the complete document will be loaded into a string buffer
    * and the section causes the problems will be deleted.<br>
    * <br>
    * @param in Stream reader for the document (e.g. {@link FileReader}).
    * @throws IOException in case of I/O errors during document loading.
    public RtfInputStream( final Reader in ) throws IOException {
    super( in );
    int numchars;
    final char[] tmpbuf = new char[2048];
    // read the whole document into StringBuffer
    do {
    numchars = in.read( tmpbuf, 0, tmpbuf.length );
    if ( numchars != -1 ) {
    strBuf.append( tmpbuf, 0, numchars );
    } while ( numchars != -1 );
    // finally delete the problem making section
    deleteStylesheet();
    * Deletion of the prblematic section.
    private void deleteStylesheet() {
    // find start of the section
    final int start = strBuf.indexOf( SEC_START );
    if ( start == -1 ) {
    // section not contained, so just return ...
    return;
    // find end of section
    final int end = strBuf.indexOf( SEC_END, start );
    // delete section
    strBuf.delete( start, end + 2 );
    * Read characters into a portion of an array.<br>
    * The data given back will be provided from local StringBuffer
    * which contains the whole document.
    * @param buf Destination buffer.
    * @param off Offset at which to start storing characters -
    * <srong>NOT RECOGNIZED HERE.</strong>.
    * @param len Maximum number of characters to read.
    * @return The number of characters read, or -1 if the end of the
    * stream has been reached
    * @exception IOException If an I/O error occurs
    public int read( final char[] buf, final int off, final int len ) throws IOException {
    if ( strBuf.length() == 0 ) {
    // if buffer is empty end of document is reached
    return -1;
    // fill destination array
    int byteCount = 0;
    for (; byteCount < len; byteCount++) {
    if ( byteCount == strBuf.length() ) {
    // end reached, stop filling
    break;
    // copy data to destination array
    buf[byteCount] = strBuf.charAt( byteCount );
    // delete to copied data from local store
    strBuf.delete( 0, byteCount + 1 );
    return byteCount;
    >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    Integration of the warpper looks like:
    RtfInputStream inDocument = new RtfInputStream( new FileReader("test.rtf"));
    Document doc = rtf.createDefaultDocument();
    rtf.read(inDocument, doc, 0 );
    Hope this helps - for me it did :-)
    Timo Wiedenmann
    DaimlerChrysler TSS, Germany

  • Memo fields

    How do you load Memo fields in Foxpro to Oracle using the SQLoader.

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by nasifA:
    How do you load Memo fields in Foxpro to Oracle using the SQLoader.<HR></BLOCKQUOTE>
    I have the same problem, if the memo field isnt too large you can create a table with a field for the key and a field for the text with 80 characters, then you create a program to split the memo field into this table taking for a memo field as much as records needed in the table, you create a table with the same structure in Oracle and uses the sql-loader to load this table and then write a pl-sql code to append the text into the corresponding record in the final oracle table.
    null

  • Problem displaying memo field

    I have a table in MS access with a memo field. Everything the
    user inputs in the field is recorded in the table. When I try to
    output the memo field I am on getting part of the field. Attached
    is the code for displaying the data from the acty_comments field.
    Also below is the actual data that is in the field. Can anyone tell
    me what is going on.
    Thanks
    Actual Data:
    "The answers to the questions are below in italic magenta.
    The answers reiterate FAR sections. As they are parts of
    published regulations, there is no sense in referring to them
    ""official GSA policy"" as if there is some other authority for the
    informa
    - here is where it stops-
    - here is what should be next
    tion.
    Ask Acquisition is a convenience service of the Office of
    Acquisition Policy; not as an avenue for policy decisions. If they
    need a formal response from the Office of Acquisition Policy, you
    will need to send any formal inquiries to
    - more data -

    are you using GROUP BY? or aggregating in some way? using
    DISTINCT?
    There is a limitation in Access if so.
    I know there is a M$ technote somewhere, but I can't find it
    right now.
    Here's a link that might help
    http://allenbrowne.com/ser-63.html
    Tim Carley
    www.recfusion.com
    [email protected]

  • Problem with memo field displaying

    I have a table in MS access with a memo field. Everything the
    user inputs in the field is recorded in the table. When I try to
    output the memo field I am on getting part of the field. Attached
    is the code for displaying the data from the acty_comments field.
    Also below is the actual data that is in the field. When I copy the
    contents of the field to a word document and run word count I get
    4,680 word. Can anyone tell me what is going on.
    Thanks
    Actual Data:
    "The answers to the questions are below in italic magenta.
    The answers reiterate FAR sections. As they are parts of
    published regulations, there is no sense in referring to them
    ""official GSA policy"" as if there is some other authority for the
    informa
    - here is where it stops-
    - here is what should be next
    tion.
    Ask Acquisition is a convenience service of the Office of
    Acquisition Policy; not as an avenue for policy decisions. If they
    need a formal response from the Office of Acquisition Policy, you
    will need to send any formal inquiries to
    - more data -

    What is the value of the
    Long Text Buffer advanced setting for your Access data
    source in ColdFusion Administrator? And/or is CLOB enabled?
    Phil

  • Error when referencing an RTF-encrypted Memo Field from ACT! in CRXI r2

    Post Author: Scottco1986
    CA Forum: Data Connectivity and SQL
    I'm creating a report from an ACT! Premium 2007 database, and I seem to have hit a snag.  A field in ACT! which is labeled "Regarding & Details" seems to be stored as two separate fields in the database.  The first, TBL_HISTORY.REGARDING is easily displayed on the report.  The second, however, TBL_HISTORY.DETAILS, is an RTF-encrypted Memo field.  "No problem," I thought.  I could just specify the text interpretation to interpret the Memo Field as RTF.  Unfortunately, as soon as I include the field on the report and preview it, I get an error:  "Database Connection Error: 'HY010:&#91;Microsoft&#93;&#91;ODBC Driver Manager&#93; Function Sequence Error' ".  So, I cancel the preview operation, and remove the field.  Everything should work now, right?  Wrong.  I now get an error:  "Failed to retrieve data from database," followed by "Failed to retrieve data from database.  Details: HY000:&#91;Microsoft&#93;&#91;ODBC SQL Server Driver&#93;Connection is busy with results for another hstmt".  These errors do not stop occuring on preview until I restart Crystal (effectively undoing my unsaved changes).  I then thought that maybe this error had something to do with the fact that it is a memo field.  So, I wrote a SQL statement to convert the Memo field to a String.  This, however, caused the same errors.  So, now I'm stuck.  How can I include this field without errors?!?

    Post Author: ayla1209
    CA Forum: Data Connectivity and SQL
    I'm having the same error - did you ever get a solution?

  • Memo field problem in CR 8.5

    Hi.  I'm having a problem with displaying the contents of a memo field in CR8.5 when reading from SQL Server 2005 (this doesn't happen with SQL Server 2000).  The memo field just doesn't display.  It is in a subreport.  The field and the subreport are enabled to grow.  Like I said, this works fine when reading from SQL 2000, but not 2005.
    Help? 
    Thanks.  Help is ALWAYS appreciated.

    Hi John,
    How are you connecting your DB? If it's ODBC then try using OLE DB etc.
    What happens if you create a new report, can you see the memo data?
    CR 8.5 is 10 years old so at the time MS 2005 was not out so not sure if there are issues with it or not.
    Check the field type and length in 2005, CR 8.5 has a limit of 65,000 characters for memo fields, if upgrading changed that size CR will have problems.
    You could try downloading all of the patches for 8.5 and see if that works.
    Thank you
    Don

  • Help needed in RTF form field to display yes or no based on xml value

    Hi,
    I have the data in xml as follows: <CP_ZERO_COST>2</CP_ZERO_COST>
    Now my requirement is, if CP_ZERO_COST is 2 then the column should display 'No' and if CP_ZERO_COST is 1 the column should display 'Yes'. Now this 'yes' or 'no' is not coming in xml tag. I need to do that in RTF form field.
    Could anyone please tell me how to do that?
    Please help.
    Thanks

    Try this:
    <?choose:?>
    <?when: CP_ZERO_COST = 2?><?'NO'?>
    <?end when?>
    <?when: CP_ZERO_COST = 1?><?'Yes'?>
    <?end when?>
    <?otherwise?><?CP_ZERO_COST?> --- You don't have to include this if the only possible values are 1 and 2.
    <?end otherwise?>
    <?end choose?>
    You can also use if then else logic. Ensure that you specify the correct path to get to CP_ZERO_COST
    Thanks!

  • Problem in displaying output - MBLNR FIELD

    Hi,
    I had developed a code in which i am not able to display the 1st fields properly in the output i.e. mblnr field.
    In debugg mode i am able to fetch data coreectly for it ,but whne it comes to the display it shows no correct data for that field and rest of the fields data is correct.
    here's d code:-
    Tables: RSEG,MKPF.
    DATA: BEGIN OF ITBKPF OCCURS 0,
          BUKRS LIKE BKPF-BUKRS,
          BELNR LIKE BKPF-BELNR,
          GJAHR LIKE BKPF-GJAHR,
          AWKEY LIKE BKPF-AWKEY,
          BUDAT LIKE BKPF-BUDAT,
          XBLNR LIKE BKPF-XBLNR,
          AWTYP LIKE BKPF-AWTYP,
          END OF ITBKPF.
    DATA: BEGIN OF ITAB2 OCCURS 0,
          BUKRS LIKE BSIK-BUKRS,
          GJAHR LIKE BSIK-GJAHR,
          XBLNR LIKE BSIK-XBLNR,
          BELNR LIKE BSIK-BELNR,
          WRBTR LIKE BSIK-WRBTR,
          LIFNR LIKE BSIK-LIFNR,
          END OF ITAB2.
    DATA: BEGIN OF ITDEMO OCCURS 0,
          BELNR LIKE RSEG-BELNR,
          GJAHR LIKE RSEG-GJAHR,
          LFBNR LIKE RSEG-LFBNR,
          END OF ITDEMO.
    DATA: BEGIN OF ITFINAL OCCURS 0,
          BUKRS LIKE BKPF-BUKRS,
          BELNR LIKE BKPF-BELNR,
          GJAHR LIKE BKPF-GJAHR,
          AWTYP LIKE BKPF-AWTYP,
          AWKEY LIKE BKPF-AWKEY,
          MBLNR LIKE MKPF-MBLNR,
          MJAHR LIKE MKPF-MJAHR,
          LFBNR LIKE RSEG-LFBNR,
          WRBTR LIKE BSIK-WRBTR,
          LIFNR LIKE BSIK-LIFNR,
          END OF ITFINAL.
    *SELECT-OPTIONS: S_MBLNR FOR MKPF-MBLNR.
    SELECT-OPTIONS: P_LFBNR FOR RSEG-LFBNR.
    START-OF-SELECTION.
    BKPF
        SELECT BUKRS BELNR GJAHR AWKEY BUDAT XBLNR AWTYP
        FROM BKPF
        INTO (ITBKPF-BUKRS,ITBKPF-BELNR,ITBKPF-GJAHR,
             ITBKPF-AWKEY,ITBKPF-BUDAT,ITBKPF-XBLNR,ITBKPF-AWTYP)
        WHERE AWTYP EQ 'MKPF' OR AWTYP EQ 'RMRP'.
    MKPF
    ***********BEGIN OF TRY CODE***********
        ITDEMO-BELNR = ITBKPF-AWKEY(10).
        ITDEMO-GJAHR = ITBKPF-AWKEY+10(4).
        SELECT LFBNR FROM RSEG INTO
        (ITDEMO-LFBNR) WHERE
        BELNR EQ ITBKPF-AWKEY(10)
        AND GJAHR EQ ITBKPF-AWKEY+10(4) AND LFBNR > 0.
    ***********END OF TRY CODE**************
      CHECK SY-SUBRC EQ 0 AND ITDEMO-LFBNR IN P_LFBNR.
    BSIK
        ITAB2-BUKRS = ITBKPF-BUKRS.
        ITAB2-GJAHR = ITBKPF-GJAHR.
        ITAB2-BELNR = ITBKPF-BELNR.
        ITAB2-XBLNR = ITBKPF-XBLNR.
        SELECT WRBTR LIFNR FROM BSIK
        INTO (ITAB2-WRBTR, ITAB2-LIFNR)
        WHERE BUKRS EQ ITBKPF-BUKRS
          AND GJAHR EQ ITBKPF-GJAHR
          AND BELNR EQ ITBKPF-BELNR
          AND XBLNR EQ ITBKPF-XBLNR.
        APPEND ITAB2.
        EXIT.
        ENDSELECT.
      CHECK sy-subrc EQ 0?
        APPEND ITDEMO.
        EXIT.
        ENDSELECT.
        APPEND ITBKPF.
        ENDSELECT.
    Fields Found?
      READ TABLE ITBKPF TRANSPORTING NO FIELDS INDEX 1.
      IF sy-subrc NE 0.
        MESSAGE i000(zmm1) WITH 'No documents found!'.
      ENDIF.
    Prepare Output
      LOOP AT ITBKPF.
        CLEAR ITAB2.
        READ TABLE ITAB2
        WITH KEY   BUKRS = ITBKPF-BUKRS
                   BELNR = ITBKPF-BELNR
                   GJAHR = ITBKPF-GJAHR
                   XBLNR = ITBKPF-XBLNR.
        ITFINAL-MBLNR = ITDEMO-LFBNR.
        ITFINAL-BELNR = ITBKPF-BELNR.
        ITFINAL-GJAHR = ITBKPF-GJAHR.
        ITFINAL-AWKEY = ITBKPF-AWKEY.
        ITFINAL-WRBTR = ITAB2-WRBTR.
        ITFINAL-LIFNR = ITAB2-LIFNR.
        APPEND ITFINAL.
        CLEAR  ITFINAL.
      ENDLOOP.
    DELETE ITFINAL WHERE WRBTR = 0.
    END-OF-SELECTION
    END-OF-SELECTION.
    DELETE ITFINAL WHERE WRBTR = 0.
    Output
      LOOP AT ITFINAL.
        WRITE: / ITFINAL-MBLNR,ITFINAL-BELNR, ITFINAL-GJAHR,ITFINAL-AWKEY, ITFINAL-WRBTR, ITFINAL-LIFNR.
      ENDLOOP.

    HI,
      Don't use offset values in the WHERE class of SELECT. I replied the same thing in the first day in your earlier posting.
    Check the below code.....
    CLEAR : lv_belnr,lv_gjahr.
    lv_belnr = ITBKPF-AWKEY(10).
    lv_gjahr = ITBKPF-AWKEY+10(4).
    SELECT LFBNR FROM RSEG INTO
    (ITDEMO-LFBNR) WHERE
    BELNR EQ lv_belnr
    AND GJAHR EQ lv_gjahr
    AND LFBNR > 0.
    Rgds,
    Bujji

  • Updated to CR 2008 - now have new problem with truncated String fields.

    Hi there
    I'm hoping someone has a simple answer for this one...  notice there's a lot of it on forums but I haven't found an answer.
    Since updating to Crystal 2008 (Crystal 12), we have found that some reports are suddenly truncating string fields at 255 characters, despite the field value being much longer in the database.
    Does anyone know what to do to allow these fields to print in completion?
    Database connection is ODBC RDO.
    regards
    -Karen

    What is the database Oracle, SQL server etc.
    Can you query the database directly with another query tool, eg SQL Server Management Studion or SQL developer/Toad for Oracle.
    You can then run the Crystal query directly and see if its your ODBC connection that is truncating the datafield or Crystal.
    I have memo fields on SQL server with up to 2000 characters and these display in Crystal 2008 without any problem. We use ODBC (RDO) too.
    Ian

  • Cry 9.5 Filter using a memo field

    Post Author: Docmidnite
    CA Forum: Crystal Reports
    I have a request to filter the report using certain names in the memo field.
    the memo field has multiple names in it ie: Mark, John, Steve, Julie, North, East, All
    I need to filter the report by one of the names and All
    thx Mark

    Post Author: ADAMK
    CA Forum: Crystal Reports
    I found that this had to do with my ODBC driver... 
    I was using "Oracle ODBC Driver 9.2.0.6.5" when I had this problem on Database #1, but Database #2 was connected via the basic "Microsoft ODBC for Oracle" connection.
    I changed Database #1 to the "Microsoft ODBC for Oracle" driver, and now the memo fields are displaying correctly in Crystal XI.
    After this discovery, I checked with the support staff and they told me:
    "Crystal Reports 8.5 was non-unicode complaint and after Crystal Reports 9 and higher versions the query engine has been re-written completely. Hence there was certain changes taken place.
    In addition to that please note that from Oracle 9i the LONG field has been deprecated. Hence, the Oracle ODBC Driver does not work. This is an Oracle ODBC Driver limitation. And it is a known issue.
    As you said I request you use either "Microsoft ODBC for Oracle" / "CR Oracle ODBC driver" to over come the issue."
    So... Check your ODBC drivers if you're having this issue!

  • Problem with Non-English Fields Output to PDF by JASPER in JDev10.1.3

    I am using jsprx files(designed in i-report) to generate pdf reports out of an oracle database.
    The non-English fields are shown correctly when I output the report into an HTML or when I view it with JasperView.
    If I try making PDF files (JasperExportManager.exportReportToPdfFile) the static fields containing e.g.Arabic/Chineese characters won't be displayed and dynamic fields from the database with non-English contents will be shown as ??? or null.
    I received some suggestions about using PARAMETERS to feed the report instead of FIELDS, which I think can not be helpful in this case and in general.
    I think this should be a common problem. These are the components I am using:
    itext-1.4.7. jar
    commons-digester- 1.7.zip
    jasperreports- 1.2.8.jar
    Any comment or help is appreciated.
    Thanks
    Farbod

    I am using jsprx files(designed in i-report) to generate pdf reports out of an oracle database.
    The non-English fields are shown correctly when I output the report into an HTML or when I view it with JasperView.
    If I try making PDF files (JasperExportManager.exportReportToPdfFile) the static fields containing e.g.Arabic/Chineese characters won't be displayed and dynamic fields from the database with non-English contents will be shown as ??? or null.
    I received some suggestions about using PARAMETERS to feed the report instead of FIELDS, which I think can not be helpful in this case and in general.
    I think this should be a common problem. These are the components I am using:
    itext-1.4.7. jar
    commons-digester- 1.7.zip
    jasperreports- 1.2.8.jar
    Any comment or help is appreciated.
    Thanks
    Farbod

Maybe you are looking for

  • Can I upgrade my internal hard drive?

    I have a MacBook Pro 13-inch late 2011 and I would like to upgrade my hard drive on it. I think this hard drive works becuase it is 2.5 inches, but I just wanted to make sure that it would work. So, could you verify that this hard drive works, that'd

  • How do I remove music I have downloaded by mistake

    How do I remove music from my Ipad

  • Getting host, port and contextPath in the webapplication

    I deploy my web app. on tomcat server. The web application that consists of servlets and jsps. I am also running a quartz cron job in my application that sends email once a day to some configured addresses. In the email, I need to provide a url to a

  • Ichat video distorted

    When I use ICHAT the face of my 'buddy' distorts (looks like blurry strips that move across the face and then becomes clear only to become blurry again) It looks like her face is scarred however the background is clear (walls of the room etc). When I

  • How can I get the Adobe Download Assistant?

    Simply download a trial version of the Adobe Software.  The Adobe Download Assistant will download automatically when you begin downloading the trial software. For more information about downloading Adobe trial software please see our discussion on "