Consultor Eletrônico



Kbase P29712: How to refer to an ActiveX Control (OCX) via code?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/15/2008
Status: Verified

GOAL:

How to refer to an ActiveX Control (OCX) via code?

FIX:

To refer to an ActiveX Control (OCX) you must remember that the ActiveX Control is embedded inside of a Progress container widget. To reference to ActiveX Control code similar to the following should be used:

chContainerName:ActiveXControlName:<Property or Method Name Goes Here>