Master Table

Meeting place for R&R customers and clients to share tips and ideas. Post your questions, messages or problems here.
Post Reply
cassiomaffia
Posts: 1
Joined: Tue Oct 10, 2017 12:44 pm

Master Table

Post by cassiomaffia » Mon Jul 17, 2006 2:29 pm

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

kfleming
Posts: 5795
Joined: Tue Oct 10, 2017 12:44 pm

=> RE: Master Table

Post by kfleming » Wed Jul 19, 2006 8:29 am

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

Post Reply