This is the most frequent cause of R0035. It usually happens when moving an application from a development machine to a user's machine.
: The external server (like Excel or a custom COM server) takes too long to respond, causing the request to time out. Invalid Object References : Attempting to call a function on an that has not been successfully connected using ConnectToNewObject ConnectToObject SAP Community Recommended Solutions PowerBuilder Application Execution Error R0035! powerbuilder application execution error r0035
Wrap external calls in TRY-CATCH to prevent application crashes . This is the most frequent cause of R0035
PowerBuilder Application Execution Error (R0035) typically occurs when an application fails to call or execute a function on an external object , such as an OLE control, a COM object, or a DLL Appeon Community Core Cause Invalid Object References : Attempting to call a
: If you are running a 32-bit PowerBuilder application on a 64-bit Windows OS, ensure the external object is registered in the 32-bit registry hive and that you are using 32-bit compatible drivers/libraries.