How can we programmatically trap fgen form compilation errors?
We are on a UNIX platform and I am trying to bundle my code deployments into shell scripts. If an error occurs at any step, I abort the deployment. Unfortunately, fgen does not return a proper error return code when a form compilation error occurs. It always returns 0 (successful completion). Is anyone aware of a way I can trap errors in compilation programmatically?
0