Consultor Eletrônico



Kbase 20529: Unable to Open/Save in AppBuilder when Accessing Remote File
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/16/2008
Status: Verified

SYMPTOM(s):

WebSpeed Workshop

Progress AppBuilder

Specified ActiveX control is not registered or the .OCX file was moved from where it was registered. Error occurred in procedure: control_load_adeweb/_webfile.w (6087).

Invalid component-handle referenced while processing method/statement: LabelEdit. adeweb/_webfile.w (5884)

Unable to set com-handle property (5677)

Error occurred while accessing component property/method:LoadControls Unexpected failure. Error code:  0x8000ffff control_load <Program name> (5890)

An Error occurred while accessing component property/method: <property or method name>. <COM message> Error code: <Program name> (5890)

CAUSE:

ActiveX components are not registered

FIX:

After you complete a new installation of WebSpeed Workshop and configure it to point to a remote system while you use the AppBuilder to open a remote file, might cause you to encounter these errors.

The OCX files must be registered manually. Follow these steps to register cihttp.ocx and comctl32.ocx:

1) Open a Command Prompt window.

2) Change to WINDOWS\SYSTEM or WINNT\SYSTEM32.

3) Execute the following commands:


regsvr32 cihttp.ocx
regsvr32 comctl32.ocx