About 54 results
Open links in new tab
  1. Edit Crystal report file without Crystal Report software

    I need to modify a static text (few words) in 3 rpt files. But I dont have Crystal Reports. How can I do it? Is there a free editor or software to be able to modify a simple text of the report?

  2. Convert SSMS .rpt output file to .txt/.csv - Stack Overflow

    May 10, 2012 · The RPT file is actually quite nice as it contains fixed-width columns. If you have Excel, a relatively easy way of converting the result to CSV is to open the RPT file in Excel. This will bring up …

  3. How to open a rpt file as a SQL Table? - Stack Overflow

    Nov 29, 2016 · I have a rpt dump that one of my colleagues gave. I need to open this file as a SQL Table (I presume that this is possible since he generated the rpt dump from the SQL Table). How do …

  4. extract raw SQL query from a Crystal Report .rpt file

    extract raw SQL query from a Crystal Report .rpt file Asked 15 years, 9 months ago Modified 1 year, 3 months ago Viewed 66k times

  5. Cannot open .rpt Crystal Reports file in Visual Studio 2010

    Sep 28, 2016 · Choose open existing and browse to your .RPT file. This should force Crystal Reports to attempt to open this file in the Visual Studio based Crystal Report designer.

  6. python - Reading rpt files with pandas - Stack Overflow

    Reading rpt files with pandas Ask Question Asked 8 years, 4 months ago Modified 3 years, 1 month ago

  7. java - How to generate PDF documents from rpt in a multi-threaded ...

    Dec 23, 2015 · I have a rpt file, using which i will be generating multiple reports in pdf format. Using the Engine class from inet clear reports. The process takes very long as I have nearly 10000 reports to be

  8. Crystal report .rpt file in visual studio 2012 shows binary format ...

    Jul 1, 2013 · We developed an application in visual studio 2010 and reports are working fine, when we choose to open the same application through visual studio 2012 Ultimate, reports are not working …

  9. database - Reading .rpt files with R - Stack Overflow

    Feb 10, 2014 · Is there a way to do this? We have information coming off the database that has been organized into a standard spreadhseet-looking format. For smaller data pulls, we can just convert the …

  10. Crystal report RPT file is there a way to view the code behind?

    Mar 10, 2017 · The crystal desktop client lets you edit the .rpt file and see the code. You can also use RptToXml on GitHub to convert .rpt to .xml The xml will contain code that will help explain how a …