I'm handling a Point Of Sales Program at my company. My problem is quite frequent (but not always) the program will face "Unrecoverable Error 650" when cashier press CTRL-ENTER key to tender the sales. Sometime i got other error like "Unrecoverable Error 667/8/9" as well. The program actually will insert new record to 2 files, when this error prompt out, it unable add records to the 2nd file.
It's very difficult for me to debug where the program came from because not happened evertime. I have check on the Error message explaination and try to increase/decrease PROCEDURE DEPTH PATH. Haven't try to decrease some LOCAL
variables yet. I've also make my program application size smaller but it still doesn't solve the problem permanently. What else can I do to reslove this kind of problem?
I can't understand why it did not happened everytime if it is really due lot of variables, too many functions, procedure depth path etc.
If it's the memory problem, pls suggest how I can resolve it. I really need the solution ASAP.
Thanks!
It's very difficult for me to debug where the program came from because not happened evertime. I have check on the Error message explaination and try to increase/decrease PROCEDURE DEPTH PATH. Haven't try to decrease some LOCAL
variables yet. I've also make my program application size smaller but it still doesn't solve the problem permanently. What else can I do to reslove this kind of problem?
I can't understand why it did not happened everytime if it is really due lot of variables, too many functions, procedure depth path etc.
If it's the memory problem, pls suggest how I can resolve it. I really need the solution ASAP.
Thanks!