Page 1 of 1

runtime command problem V10+

Posted: Mon Jul 28, 2003 1:45 pm
by freitas
I am using Visual dBase with RR 10+ ____The run command in Visual dBase for R&R is;__run(.t.,"rrwrun.exe rrwrunin 31") __Where .t. means a windows program. This works as it should with my RP5 or less libraries. If I try to run an RRW file I get the following error "Invalid Report Library" The report library, RI_LIBRARY is st_cover.rrw, which is the file name. I have nothing in the RI_REPORT field. I need to run the report through the rrwrunin file so I can pass filtering to the reports. I can run the file as__run((rrwrun.exe st_cover.rrw") with no problem! ____How can I get the rrwrun.exe file to recognize the rrwrunin.dbf file library?____Thanks

=> RE: runtime command problem V10+

Posted: Mon Jul 28, 2003 1:53 pm
by freitas
It appears that I answered my own question! I reversed the rrwrunin.dbf fields to show RI_Libary as <Blank> and RI_REPORT as the report name, st_cover.rrw____Thanks Anyway