Powerbuilder Application Execution Error R0035 May 2026

PowerBuilder Application Execution Error R0035 typically indicates a failure when calling a function from an external object, such as an OLE, COM, or ActiveX control . This runtime error occurs when the application successfully references an object but fails to execute a specific method or property call on it . Common Causes

2. Check the application’s resource file reference

3. Debugging Technique: The "Try-Catch" Block

Since R0035 is a runtime error that crashes the application, you should wrap your external function calls in a TRY-CATCH block to handle the error gracefully and get more info. powerbuilder application execution error r0035