No,
Howevr, There are two ways to solve the problem of auditing record changes.
1. create a datetime field and update it each time it the record is touched. This tells you when, but not what was edited.
Or
2. (my method) - See Attachment
I have one primary table that I needed to track 200+...
What version of the BDE are you running?
I presume you have already attempted to manually delete the .LCK files in the NETDIR, as well as any that might be found on the local machine.
The path is case sensitive. I had a similar problem before, On one machine the NETDIR path was set by browsing to the folder, on the other computer someone typed it in. Which caused the issue you are seeing.
Just a thought and I haven't tested it,
Count returns an integer data type, Performing the division Count([MASTER.PRT_NAME])/3 will likely also imply a return value that is an integer. Can you use the NUMBER() function in the calculated field(I haven't tried) Maybe the calculation would...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.