Problem changing related table
Posted: Sun Dec 08, 2002 2:17 pm
Hello,__Is there any reason why there should be a problem changing a related table to a file with the path in UNC syntax such as:__rptTrip->RelatedTables[1] = "TRIPREP=\\DISPATCH\TRP\TRIPREP.DBF";__If we map the shared directory to a network drive and change the table as in__rptTrip->RelatedTables[1] = "Z:\TRIPREP.DBF";__it always works.__When it fails the error message is always "Cannot open database table (table may be in use): X.DBF" where X is the first letter of the alias name (in the example above it would be T.DBF). We are using R&R 8.____Thanks