I've got a procedure which I call (with params detailing filename, field value etc.) whenever a field is changed in any record and it records the change in a log file.
The procedure assumes that the record buffer is still valid when it is called - is that a safe assumption with NTWS? If every session has its own thread, then doesn't every file have its own (threaded) file buffer in NTWS?
regards
Mike