----- Original Message -----
From: "David O'Brien" <[EMAIL PROTECTED]>


> I have an application that creates a Word document from database
> records. Is there any way I can get Word to notify the application if
> data in the document is changed? Assuming a "closed environment"

Your application, when it writes the document, could include in it a macro
to be invoked as an event handler for (eg) the "on close" event of the
document in Word. This event could then invoke your application to receive
the notification. Your program (or a separate helper program) would have to
be written and registered as a COM server.

Regards,
Brian

_______________________________________________
Delphi mailing list
[EMAIL PROTECTED]
http://ns3.123.co.nz/mailman/listinfo/delphi

Reply via email to