Page 1 of 1

Master Table

Posted: Mon Jul 17, 2006 2:29 pm
by cassiomaffia
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

Posted: Wed Jul 19, 2006 8:29 am
by kfleming
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