Consultor Eletrônico



Kbase P155696: Is it possible to implement an Interface for an ActiveX Automation Object in ABL?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   11/10/2009
Status: Unverified

GOAL:

Is it possible to implement an Interface for an ActiveX Automation Object in ABL?

GOAL:

Does ABL have an equivalent for Microsoft Visual Basic 6's IMPLEMENTS statement?

GOAL:

Does ABL have an equivalent for the IMPLEMENTS <interface> statement of Microsoft Visual Basic 6 for use with COM controls?

FACT(s) (Environment):

Progress 9.x
OpenEdge 10.x
Windows

FIX:

No, it is not possible to implement an Interface located within a COM control
standard ABL has no equivalent for Microsoft Visual Basic 6's IMPLEMENTS <interface> statement with regards to COM objects.
The AVM expects Interfaces to be implemented internally within a COM control on behalf of the client.