Kbase P128818: Error 5890 in LoadControls occurs when attempting to run a window containing outsidex.ocx control
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  11/02/2008 |
|
Status: Unverified
FACT(s) (Environment):
OpenEdge Language Category: ActiveX
OpenEdge 10.1x
Windows
SYMPTOM(s):
Using Outside In ActiveX control from Oracle
Outsidex.ocx control can be added to a window in AppBuilder without messages
Error 5890 occurs when running the window
Error occurred while accessing component property/method: <property or method name>.
<COM message>
Error code: <Program name> (5890)
Error occurred while accessing component property/method: LoadControls
Unspecified error
Error code: 0x80004005 control_load <path> (5890)
Error occurs when performing a similar test in Visual Basic 6
System Error &H80004005 (-2147467259). Unspecified error
CAUSE:
FallbackFormat Property of the OCX is set to -1 by default but this value is invalid for the control
FIX:
Double-click on the OCX control to open the Property Editor.
Change the FallbackFormat Property to a value between 0 and 12 (whichever suits the needs of the application).