I don't think there is a variable called init_flag in Informix 4GL. Don't you mean int_flag? The int_flag is a global variable for the interrupt flag. Set the int_flag to false:
Code:
LET int_flag = FALSE
Now, when the user presses the interrupt key, int_flag becomes TRUE.
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.