Kbase P179989: Microsoft Office Interop Events are not detected in ABL
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  05/01/2011 |
|
Status: Unverified
SYMPTOM(s):
Microsoft Office Interop Events are not detected in ABL
Microsoft Office Interop Events do not fire in ABL
Code subscribes to MS Word's Quit event
Event does not fire when MS Word is closed
FACT(s) (Environment):
OpenEdge 10.2x
Windows
CAUSE:
Enhancement Request# OE00203541
CAUSE:
Progress only supports subscribing to .NET events that follow the .NET convention for event signatures: void return and 2 parameters, the first one being the object that raised the event and the second one a class, based on System.EventArgs, that has the data. Unfortunately, the MS Office Interop events do not observe this convention, so they do not work with ABL.
FIX:
This Enhancement has not been implemented in the product.