V11.0.003 Directory problems No 1
Posted: Tue Feb 15, 2005 9:14 am
In previous versions a problem existed with the SetmasterTable() command when using the R&R DLL. I would like to know if it has been fixed.____Problem was: when your datafiles are located in a directory name that has spaces in it, one was obliged to QUOTE the dir name in order to get SetDataDir() and SetImageDir() DLL functions to work. __This is prefectly understandable. ____However, when using the SetMastertable() function, this failed because the ending quote was not removed from the path by R&R and the report crashed with an error like: cannot open table TEST.DBF^__ (mind the quote after DBF !)____The only workaround so far has been here:__when the SetMastertable() function is needed (which is only the case if the primary file is in a different dir than the Data dir), one can only use directory names without spaces. ____I want to get rid of this problem, which obliges me to maintain an old-fashioned directory structure on our network. ____So please let me know if it has been solved. ____________