What could be the reason why a program complied in Informix-4gl not pick up the changes when complied and run and when it is debugged then the changes are picked up and the program runs with the changes working.
It seems you have a program or an application with 4gi extension. While you run your program using fglgo or with a customised runner, preference will be given to the .4gi extension file, rather than .4go
if your source file is bank_app.4gl, the compiled version is bank_app.4go. But if you have rename it to bank_app.4gi or you may have generated the application using "catting" several .4go into a bank_app.4gi. To solve this you either remove the bank_app.4gi file or rename the bank_app.4go to bank_app.4gi
I think that is reason why some of our programs moved to production environment do not execute. May be we a moving the wrong executable file.(we move *.4go files)
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.