I am exporting a datawindow to excel using an OLEOBJECT.
Everything works great and was shipped to the customer.
Development was on XP, the customer is on VISTA. The code
works great on XP, but the Save() function fails on VISTA
only.
The code in question is:
OleObject.application.workbooks(1).save()
The error is R0035, and says.
Error calling external object function save at line 891 in
ue_ok event of object w_exhibit
R0035 Error calling external object function <function>. The
external function call fails because for instance the OLE
object/server has died.