QUE Guest
|
Posted: Mon Jun 23, 2003 9:35 pm Post subject: OLEAutomation Error - "Word could not fire the event" |
|
|
hello,
we are in the process of upgrading our system from NT to 2000 and one of the application is using TWordDocument.
xx = WordApplication.Documents.AddOLD(FileName, EmptyParam) as _Document;
on NT, worked fine but on 2000 i'm getting "Word could not fire the event" Exception. if i use the WordApplication.Documents.Add(x,x,x,x), same problem.
any help would be appreciated.
thanks in advance
|
|