Page 1 of 1

Trying to export to a CSV file

Posted: Mon May 11, 2009 12:12 pm
by Matthew_Pennell_(Guest)
We want to add the ability of creating CSV files from our reports in our application. I^ve read the user guide and thought I had things understood. We currently provide txt, rtf, and pdf outputs but need the csv output as well.____Here is the code that I inserted:__RI_PRINTER=CSV__RI_WPTR=Default____When I run our program after these changes, I get an error when I try to send the report to a CSV file.__The error is: "R&R Xbase - No fields to export on selected line". OK is my only option.____What other parameters do I need in order to make this work?____Thanks in advance!____P.S. We are using R&R Infinity.

=> RE: Trying to export to a CSV file

Posted: Tue May 12, 2009 8:54 am
by kfleming
The default export band line is a record band and your report probably does not have a record band.__To fix this, open the report, go to the export dialog, select CSV as the export type and then in the Options tab, select the band line that you wish to export.__Then save the report.__Runtime will then use the saved band line setting rather than the default of a record band.____Kathleen__R&R Support

==> RE: Trying to export to a CSV file

Posted: Tue May 12, 2009 10:23 am
by Matthew_Pennell_(Guest)
Thank you Kathleen.