RRUNTIME vs. RRWRUN
-
- Posts: 5
- Joined: Tue Oct 10, 2017 12:44 pm
RRUNTIME vs. RRWRUN
When using RRUNTIME I can pass the report # I wish to run. When using RRWRUN, it does not seem to allow passing the report #. Like below:____ RUN /N C:
r
rwrun /T DATAREPTSPEC 13____This causes an error: Invalid or Duplicate command line argument. ____If I try it without the report #, a window appears letting me select the report to run. I need this to function the way RRUNTIME does.____Thanks in advance for any suggestions.__
=> RE: RRUNTIME vs. RRWRUN
If REPTSPEC is a dbf control table you do not need the /T switch. Your command line should be:____RUN /N C:
r
rwrun DATAREPTSPEC 13 ____Kathleen__R&R Support