Kbase 17892: ACTIVEX - Restrictions with Progress 8.2
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  01/11/2004 |
|
Status: Verified
GOAL:
What are some of the restrictions when using ActiveX with Progress 8.2x
FACT(s) (Environment):
Progress 8.2x
FIX:
Although Progress 8.2 supports most features necessary to reference COM object properties and methods, there are still several restrictions on property and method references.
The restrictions to keep in mind are:
1- Parentheses are required for method calls, whether or not they
take parameters.
2- There is no support for named (keyword) parameters.
3- There is no support for default properties or methods.
4- There is no array support for method parameters.