I am debugging my first app on the server at work.
When I get a minor error, TALK activates and I see this on the active form. If I close that from, the talk is then visible on the next form.
Is there a way to stop this and reset the talk option?
That looks like TALK output. In the Debugger's Watch window, put:
SET("TALK")
After you start the app, put a breakpoint on that value by double-clicking in the margin next to it. Run the process that's giving you the problem and find out when TALK is getting turned on.
A good idea from Tamar to trap the code setting TALK ON.
Yes that output "Selected ... records in 0.00 seconds" surely comes from TALK and is written on the active form if the STATUS BAR is OFF.
Your error handler does not SET TALK ON again, so this must be done somewhere else, eg before the error occurs, eg in another error handler you set to somewhere or a component you use. It may also be done in the error method of the object erroring.
You might also set a breakpoint on change of ON("ERROR").
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.