on error the forms dont proper do their function

ubi

New member
Local time
Today, 19:02
Joined
May 28, 2021
Messages
22
Hello!

why does forms behave wacky after an error on run time occurs even if its handled by the "error goto" ? but mostly how i can handle this wacky state ?
 
Hi. We'll need more information, I think. Can you please describe exactly what is happening?
 
also, check your vbe references: Alt-F11, tools , references,
if any checked items say MISSING, then you will get wild false errors.
 
when you say, you "handle" the error - which error occurs, and how do you handle it?
 
....mostly how i can handle this wacky state ?

Well the most significant thing you could do is provide some context. We don't know what happened exactly, nor what you expected. Suggest you describe in plain English the old stand-bys: Who, what, where, when, how and how often and possibly provide an example or 2. Even show readers the code involved.
 

Users who are viewing this thread

Back
Top Bottom