I have an RTU file that I would like to open in the ReportBuilder directly. When I open it now it just shows me the code in the RTU file and I can't find a way to get to the editor.
After installing ReportBuilder, open a report by placing a TppReport component on a Delphi form, double click and select File | Open from the main menu of the report designer.
I highly suggest reading the Developer's Guide and working through the provided tutorials include with ReportBuilder. This is a great starting point to understanding how ReportBuilder works with Delphi.
So there is no way to open that view directly when starting the application? I wanted to start the ReportBuilder process from another application and show the designer immediately.
I have the developer guide but can't find any references to directly opening a file. Anything related to file opening seems to happen manually after the program has started. I have looked for terms like "process", "directly", "open", "command" in any combination.
I originally wanted to open a RTU file from C#, but I can probably also use the C# to call a Delphi dll and then use that to open the file. But I can't seem to find a way to open the reportbuilder programatically with a file ready.
Comments
After installing ReportBuilder, open a report by placing a TppReport component on a Delphi form, double click and select File | Open from the main menu of the report designer.
I highly suggest reading the Developer's Guide and working through the provided tutorials include with ReportBuilder. This is a great starting point to understanding how ReportBuilder works with Delphi.
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
this is all possible but you need to read the Developer's Guide and look over some tutorials.
Brgds, Yusuf
MicrotronX - Speditionssoftware vom Profi
https://www.microtronx.com
I have the developer guide but can't find any references to directly opening a file. Anything related to file opening seems to happen manually after the program has started. I have looked for terms like "process", "directly", "open", "command" in any combination.