Problem using adxWordAppEvents

Add-in Express™ Support Service
That's what is more important than anything else

Problem using adxWordAppEvents
Problem using adxWordAppEvents 
Brian Goldberg




Posts: 3
Joined: 2007-01-02
this may be related to the problem in my other post, so check that out as well. I tried to add code to the OnDocumentOpen event of a TadxWordAppEvents and get the following error on compile:
Undeclared identifier: '_Document'
and it highlights the const Doc: _Document); in the procedure declaration.

Any ideas?
Posted 02 Jan, 2007 19:52:15 Top
Dmitry Kostochko


Add-in Express team


Posts: 2875
Joined: 2004-04-05
Hi Brian,

You need to add the Word2000 unit to the uses clause.

P.S. Note that we take up your forum requests in the order we receive them.
Besides, it may take us some time to investigate your issue. Please be sure we will let you know as soon as the best possible solution is found.

Posted 03 Jan, 2007 04:41:35 Top