Page 1 of 1

RRUNTIME vs. RRWRUN

Posted: Tue Dec 18, 2007 5:23 pm
by DougC_(Guest)
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

Posted: Thu Dec 20, 2007 12:09 pm
by kfleming
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