SET MASTER
-
- Posts: 1
- Joined: Tue Oct 10, 2017 12:44 pm
SET MASTER
I have written a report in V9 - On my development machine the data path is C:APPDATA____On the production machine the path is H:APPDATA____In my VB 6 app set the MASTERTABLE property as follows:__RRReport1.MasterTable = "H:APPDATATEMP_PRO.DBF"____When run from the Production machine we get a____"Cannot open database table (file may be in use)"____The file is there and is not in use and I have set allow writes by others OK just to be sure!____So on my network I set up H:APPDATATEMP_PRO.DBF and then modified the Database Master table in the report (basically hardcoded it) and then commented out the __RRReport1.MasterTable = "H:APPDATATEMP_PRO.DBF" line of code in my app.____Now it runs fine. It is a Novell network. Any ideas because I would rather have the ability to set the data path dynamically as opposed to hardcoded. BTW - Any clues as to what is in Version 10? It is hard to believe that I started using V2...Thanks everyone. Your support is appreciated.__Rob Hermans__R&R User since 1986.__
=> RE: SET MASTER
No idea why it might cause trouble.____Version 10 will have lots of new user interface changes that should make report creation even easier.______Kathleen__R&R Support