Powerbuilder Application Execution Error R0035 File

If you are using object references (specifically when using CREATE and DESTROY ), you might be trying to access an object after it has been destroyed.

Use TRY-CATCH blocks to capture OLERuntimeError exceptions. This allows you to inspect the Description property for more specific details about why the call failed . powerbuilder application execution error r0035

In simpler terms, your PowerBuilder application is trying to execute a function inside an external object (like a DLL, an ActiveX/OCX control, or a COM object), but the call failed. It is essentially the PowerBuilder equivalent of a "File Not Found" or "Method Not Found" error when dealing with external technologies. If you are using object references (specifically when

If you are declaring a function in the "Local External Functions" section of a painter and calling it, follow these steps: In simpler terms, your PowerBuilder application is trying