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

PrintToFile

edited December 2007 in End User
Hello,

How can I tell in RAP if the report is being output to a CSV file to change
attributes to turn off suppress repeated values on fields so they will be
output to the file.

Comments

  • edited December 2007
    Hi Steve,

    If your users are selecting to print to a TextFile from the printer dialog,
    you will need to create a pass thru function to access the
    Report.PrintDialog.DeviceType to find which device they selected.

    Otherwise you can have them select what type of report they would like to
    create before the report is loaded and use that information
    (Report.DeviceType).

    --
    Regards,

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

    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
This discussion has been closed.