Page 1 of 1
					
				Consolidate Xbase export
				Posted: Tue Mar 04, 2003 11:29 am
				by adam
				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____
			 
			
					
				=> RE: Consolidate Xbase export
				Posted: Tue Mar 04, 2003 1:43 pm
				by kfleming
				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
			 
			
					
				==> RE: Consolidate Xbase export
				Posted: Wed Mar 05, 2003 4:30 am
				by adam
				:-) That^s very helpful Kathleen. Thank you very much.