Page 1 of 1

Changing database paths

Posted: Sat Jun 09, 2001 11:31 am
by Rolando_Marino_(Guest)
When I run a report using the activex control, the data paths that were save with the report always take precedence over the settings I specify in the activex control. What is the correct way to override this behavior.____The direcotry structure that i have is as follows____c:dbfs__c:dbfsarchive____c: eports____The reports were created and save using the data in c:dbfs. I need to be able to run the reports against the data in c:dbfsarchive.____Thanks____Rolando Marino

=> RE: Changing database paths

Posted: Mon Jun 11, 2001 7:50 am
by kfleming
If the data still exists in the saved directory, then the DataDirectory property is not used.__Instead you need to use the MasterTable,MasterIndex and RelatedTables properties to override each file that is used in the report.____Kathleen__R&R Support

=> RE: Changing database paths

Posted: Thu Jul 12, 2001 2:24 pm
by Jeannie_(Guest)
Sorry, did not see this when I posted my ditto...__Too bad one cannot keep reports in one folder and call them from various data folders. ____Overwriting the master and linking tables at runtime is not practical.____Keeping 2 (or more) sets of reports seems to be the way to go.____-Jeannie____

==> RE: Changing database paths

Posted: Thu Jul 12, 2001 2:51 pm
by Jeannie
ditto this question!____I tried /D and /R. OLH states /D looks for data when not found within directory saved with that report. Where is this directory stored?____-Jeannie____

==> RE: Changing database paths

Posted: Fri Jul 13, 2001 8:17 am
by kfleming
It is stored internally in the report file.____Kathleen__R&R Support