Consultor Eletrônico



Kbase 21567: Deploying ActiveX with WebClient Application
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   1/19/2011
Status: Unverified

GOAL:

How to deliver and register ActiveX controls with WebClient Applications.

GOAL:

How to deploying ActiveX with WebClient Application

GOAL:

How to use OCX's with WebClient

FACT(s) (Environment):

All Supported Operating Systems
Progress 9.x
OpenEdge 10.x

FIX:

1) Start the WebClient Application Assembler and open a new or existing WebClient Application project file.

2) Choose the 'Options' tab and tick the 'IntelliStream System Tasks' check box.
3) Enter appropriate System Task Version and click the 'System Task definition...' button. The application IntelliStream System Task Definition dialog box will show up.
NOTE: When adding System Task objects to existing applications, if the System Task Version isn't updated then the client will not pick up the new object during version upgrade.

4) Choose the 'Files' tab and click on the 'Add...' button.

5) The IntelliStream File Definition dialog box will appear.

6) In the field 'Name' specify the path and the name of the ActiveX component to be registered. Optionally, the '...' button can be used to browse for the designated file.

7) Tick the 'Register File During Installation' check box (to register the ActiveX component) and choose File Type, which will determine where the ActiveX should be copied on the target machine. For the detailed explanation press the 'Help' button.

8) Press 'OK' and unless finished, go to step 5.

9) Press the 'OK' button in the 'IntelliStream System Task Definition' dialog box.

10) All files specified should be automatically added to the At Startup component.

11) Generate new deployment version for the WebClient Application