Consolidate Xbase export

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

Consolidate Xbase export

Post by adam » Tue Mar 04, 2003 11:29 am

I am a ver 10 R&R user. In Rapid Runner ver 2 that comes with it, there is an Xbase-Consolidate option for Destination (file export). This is a great feature that allows you to append records to an existing Xbase table rather than overwrite it. The crunch is, I need to use the consolidate option through a runtime control table, but I cannot find the string needed for the RI_PRINTER field. At the moment I put X in this field, but of course, the table is overwritten every time. Any ideas?__Any help would be much appreciated.____Adam____

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

=> RE: Consolidate Xbase export

Post by kfleming » Tue Mar 04, 2003 1:43 pm

There is no runtime equivalent for the Rapid Runner consolidation I am afraid. But behind the scenes there is a program called RRCONSOL.EXE that does the work. So you could export to DBF to create a temp file and then run RRCONSOL.EXE to append the temp file to the existing file.__To to add fileA to fileB you would use:__RRCONSOL.EXE fileA.dbf fileB.dbf__Note that you would need to make sure that the files have compatible structures for this to work correctly.______Kathleen__R&R Support

adam
Posts: 7
Joined: Tue Oct 10, 2017 12:44 pm

==> RE: Consolidate Xbase export

Post by adam » Wed Mar 05, 2003 4:30 am

:-) That^s very helpful Kathleen. Thank you very much.

Post Reply