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.
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).
Comments
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
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com