Page 1 of 1

Command line switches for v5.0a, PLEASE HELP

Posted: Wed Apr 18, 2001 5:40 pm
by nyNestor
Can anyone point me in the direction to documentation on command switches for Concentric Data Systems v5.0a of RR Report Writer. I^ve looked everywhere and cannot find anyting on that version. All I need to know is how to print a report located in a library via a DOS batchfile. Should be simple, I^ve used the /L /R and /G to no avail. Should I use rr.exe or rruntime.exe????____Please help!__Thanks :)

=> RE: Command line switches for v5.0a, PLEASE HELP

Posted: Wed Apr 18, 2001 6:21 pm
by nyNestor
[font size="1" color="#FF0000"]LAST EDITED ON Apr-18-01 AT 06:27 PM (EST)[/font][p][font size="1" color="#FF0000"]LAST EDITED ON Apr-18-01 AT 06:23 PM (EST)[/font]____More info:____My libraries are in:____c:itron eportconed1.rp1____the report name is "CON - FOXPRO STATISTICS"____My report writer dir is:____c: r____I have rr.exe and rruntime.exe____I have "CON - FOXPRO STATISTICS" to export the report in dbase format. So far so good. In report writer I select "go" and the .dbf file is generated. How do I call "CON - FOXPRO STATISTICS" from the command line to automatically print?____I^ve tried:____c: r /L<c:itron eportsconed1.rp1> /R<CON - FOXPRO STATISTICS> /G____AND____c: runtime /L<c:itron eportsconed1.rp1> /R<CON - FOXPRO STATISTICS> /G____Do I have to make a contorl file? I know this must be real easy but without documentation, I^m blind...____:(____http://bbs-undergroundnyc.com/ubb/icons/icon2.gif

==> RE: Command line switches for v5.0a, PLEASE HELP

Posted: Wed Apr 18, 2001 6:33 pm
by kfleming
The best way to do this is to create a runtime control file (a database where you add one record for each report) and then use the command line:____RRUN.EXE <control file name> <control file record number>____All of this is described in the R&R manual.____A sample control file called RRUNIN.DBF gets installed to the R&R directory by the RRINSTAL.EXE program.____Kathleen__R&R Support

===> RE: Command line switches for v5.0a, PLEASE HELP

Posted: Thu Apr 19, 2001 8:36 am
by nyNestor_(Guest)
Hi! Thanks Kathleen.____Just 2 more questions, do I have to include the brackets "c:>rrun.exe <rrunin.dbf> <1>" in the command line and do all the fields in the control file record need to be filled out? My RR Report writer was installed by the database maker (Itron in 1992) and came with no manual and Itron no longer supports RR v5.0a. ____Thanks agian :)

====> RE: Command line switches for v5.0a, PLEASE HELP

Posted: Thu Apr 19, 2001 10:50 am
by nyNestor_(Guest)
Okay Kathleen! I got it... Only needs the needed parameters "RI_X" ...____Thanks for all your help :) I REALLY, REALLY appriciate it...____:)