Question End Error F4

jmac13

Member
Hi All,

I'm using 10.2b/10.1c

We've got a program that on site bombs out the system sometimes. This seems to happen when the users presses F4 but this doesn't happen all the time. Its like it firing end error in the calling program (which is our main menu/Main block wait statement) and then bombs out the system.


The way we fire the program is:

run value(w-program).

I've created a window before hand to try and stop it happening. I wondered if anyone has got any other ideas or seen this before?

thanks
 

rzr

Member
you could try trapping the END-ERROR or F4 key event and then doing appropriate error handling.
 
Top