Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

Form Letters

edited June 2004 in General
Having Looked through the form letters example in the Tutorials I now have a
simple question. The Example shows how to print the same letter for every
Customer. How do I give the end user a way to vreate a form letter and
print it for a single customer only?

Nigel.

Comments

  • edited June 2004

    Use a SQL statement to select only the one customer. You could use an ask at
    runtime parameter (i.e. autosearch field) to enable the user to specify the
    customer. See RBuilder\Demos\AutoSearch.

    Another option is to use properties on the DataPipeline that enable some
    basic control over data traversal. Run the RBuilder\Demos\Reports\Demo.dpr
    project and select the 'data traversal settings' category.

    --

    Nard Moseley
    Digital Metaphors Corporation
    www.digital-metaphors.com



    Best regards,

    Nard Moseley
    Digital Metaphors
    www.digital-metaphors.com
This discussion has been closed.