I have an app with a mix of forms and code. The forms have the "error event" defined and there is an "on error" statement in the main prg of the app that points to an error handler routine. The issue I have now is that on occassion, an OPEN dialog box displays (I assume that a statement is looking for a file that is not open) and halts the app waiting for user input. I belive that it is generated from a form, but my error handler is not tripped and no info is sent or recorded that would help find the problem.
Is there a way to force the an error instead of the OPEN dialog box? Can I disable the box in the compiled exe so that the error handler will always be tripped?
Is there a way to force the an error instead of the OPEN dialog box? Can I disable the box in the compiled exe so that the error handler will always be tripped?