Home General

Memo Field Wrapping in middle of word

edited April 2011 in General
Hi,
We have Report Builder Enterprise Edition version 11.08 which was packaged
with a software program we run called Jim2.

We have a data field which is a concatenation of serial numbers for stock
items sold on a particular job. The serial numbers are all separated by
commas in the field.

When you place this memo field on a report, the serial numbers wrap in the
middle of a number and this looks dreadful. We would like to basically tell
the system to only wrap after a comma.

I do have access to the scripts that generate the reports so can either use
Calc or the underlying script to do any required coding.

Any ideas?

Thanks
Mandy



--- posted by geoForum on http://www.newswhat.com

Comments

  • edited April 2011
    Hi Mandy,

    Memos do not expand horizontally, only vertically. If you need a
    control that expands horizontally you need to use a Label or DBText.

    -----------------------------------------
    Article: End-User Tech Support
    -----------------------------------------

    Please understand that Digital Metaphors can only provide tech support
    to the Delphi developers that purchase ReportBuilder. Digital Metaphors
    receives no distribution royalties from Delphi developers that embed
    end-user reporting solutions in their applications. It is the
    responsibility of the software publishers that sold you the product to
    provide you with tech support.

    There is an end-user tutorial called Learning ReportBuilder that can be
    downloaded from our web site for free. See the following article for
    more information.

    --------------------------------
    Article: Learning ReportBuilder
    --------------------------------

    Learning ReportBuilder is a complete learning system designed to teach
    end users how to build a range of reports. This system includes a
    125-page PDF file, a stand-alone application complete with a database,
    and a help file. The PDF file is comprised of a series of tutorials
    that step end users through the process of building reports as simple as
    a table listing and as complex as crosstabs. The tutorials also
    introduce conceptual aspects of report building along the way. The
    application is used in conjunction with the tutorials so that the
    learning experience is interactive. The end user just prints out the PDF
    file, runs the application, and learns ReportBuilder. The help file is
    accessible from the application, so all three tools work together to
    provide a seamless learning environment.

    Learning ReportBuilder installs into C:\Program
    Files\LearnReportBuilder. When the system has successfully installed, a
    complete set of instructions appears in the form of a 'ReadMe' doc, so
    the end user knows just what to do upon installation.

    - Download Learning ReportBuilder

    http://www.digital-metaphors.com/LearnRB/LearnRB.exe


    Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com

    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
  • edited April 2011
    ?Hi Nico,

    Thanks, I was aware of that. I worked out a way to do what we needed to do.
    It was putting all the comma separated serial numbers into one line of the
    memo field lines array so when it got to the edge of the Memo box it wrapped
    to the next physical line (expanding vertically as you said). I have now got
    it to show x number of serial numbers and then break to the next physical
    line for the next x number.




    --- posted by geoForum on http://www.newswhat.com
This discussion has been closed.