Master Table
-
- Posts: 1
- Joined: Tue Oct 10, 2017 12:44 pm
Master Table
Hello,____Is there any way possible to "pass" to the rrwrun.exe the name of the__dbf to attach a particular report to? Instead of having to open the report using the designer and going into Database->Master Table?____Example: in my particular programing language, i "envoke" the rrwrun.exe by doing the following:____WinExec "c:
rwrun.exe", "C:ReportsPipReport.RRW"____Can i pass the Master table to the rrwrun.exe as well?____Thanks
=> RE: Master Table
You just need to create a text control file and then use RI_REPORT to pass the name of the report and RI_MASTER to pass the name of the master table. Take a look at the Developing Applications section of the Help file Chapter 2 Using the Viewer Executable for a list of the available control table fields.____Kathleen__R&R Support