Developing and deploying a PowerBuilder window ActiveX application

There are four main tasks involved in developing a PowerBuilder window ActiveX application.

StepsTo create and deploy a PowerBuilder window ActiveX application:

  1. Create, test, and build the PowerBuilder application.

  2. Create an HTML page that includes your PowerBuilder application window.

  3. Configure the Web server by copying the HTML page and PBD files for the application to appropriate directories.

  4. On all client workstations, install and register the PowerBuilder window ActiveX control and install the PowerBuilder runtime DLLs.

Resulting components

When everything is set up, the various computers have the components listed in Table 34-1.

Table 34-1: Server and client configuration for PowerBuilder window ActiveX application

Computer

Component

Server

HTML page with an Object element for the window (or report) and PBD

PowerBuilder window ActiveX installed and registered (optional)

One or more PBDs containing your child windows and other PowerBuilder objects

Client

PowerBuilder window ActiveX installed and registered

PowerBuilder runtime DLLs installed as described in Chapter 41, “Deploying Applications and Components.”

Directory for the PowerBuilder runtime DLLs listed in the system path

Microsoft DLLS:

  • MFC42.DLL

  • MSVCRT.DLL

  • URL.DLL

  • URLMON.DLL

Any additional software required by the PowerBuilder window ActiveX application, such as database connection software or OLE servers and ActiveX controls