When you look at the stack trace of an error you quite often get a line number reported as to where the error is happening. This looks like it must be the compiled code, including all icode that has been pulled in. Is there any easy way of working out where the error is happening?
Client is getting error 91 very intermittently at the same line, but I can't recreate it. The code is written correctly - there should always be a record in the buffer but there's obviously not in some cases. Can't track it down. Short of adding an IF AVAILABLE everywhere...
Client is getting error 91 very intermittently at the same line, but I can't recreate it. The code is written correctly - there should always be a record in the buffer but there's obviously not in some cases. Can't track it down. Short of adding an IF AVAILABLE everywhere...