Web DataWindow on COM+ or IIS – PB Docs 105
Web DataWindow on COM+ or IIS You can run the Web DataWindow server component on COM+ using ASP as the page server. You can also run the Web DataWindow on a Microsoft IIS application server. Files required on the COM+ or IIS server Two types of files are required on the COM+ or IIS server:…
Using the JaguarORB object – PB Docs 110
Using the JaguarORB object To create a CORBA-compatible client, you can use the JaguarORB object instead of the Connection object to establish the connection to the server. The JaguarORB object allows you to access EAServer from PowerBuilder clients in the same way as C++ clients. Two techniques The JaguarORB object supports two techniques for accessing…
Using point and click – PB Docs 110
Using point and click Users can click graphs during execution. The DataWindow control provides a method called ObjectAtPointer that stores information about what was clicked. You can use this method in a number of ways in mouse events. For example, with the ObjectAtPointer information, you can call other graph methods to report to the user…
Using point and click – PB Docs 105
Using point and click Users can click graphs during execution. The DataWindow control provides a method called ObjectAtPointer that stores information about what was clicked. You can use this method in a number of ways in mouse events. For example, with the ObjectAtPointer information, you can call other graph methods to report to the user…
Using graphs – PB Docs 110
Using graphs In PowerBuilder, there are two ways to display graphs: In a DataWindow, using data retrieved from the DataWindow data source In a graph control in a window or user object, using data supplied by your application code This chapter discusses the graph control and describes how your application code can supply data for…
Using graphs – PB Docs 105
Using graphs In PowerBuilder, there are two ways to display graphs: In a DataWindow, using data retrieved from the DataWindow data source In a graph control in a window or user object, using data supplied by your application code This chapter discusses the graph control and describes how your application code can supply data for…
Supported datatypes – PB Docs 110
Supported datatypes The following table describes the basic CORBA IDL types supported and their corresponding PowerScript type. CORBA IDL type Mode PowerScript type boolean in, return Boolean by value out, inout Boolean by reference char in, return Char by value out, inout Char by reference octet in, return Byte by value out, inout Byte by…
Setting up users’ workstations – PB Docs 110
Setting up users’ workstations After building the plug-in application, creating its HTML page, and setting up the server, you need to make sure client workstations are set up to view the plug-in application. To view a Web page that includes a PowerBuilder window plug-in application, users need supporting software installed on their client workstations. They…
Setting up users’ workstations – PB Docs 105
Setting up users’ workstations After building the plug-in application, creating its HTML page, and setting up the server, you need to make sure client workstations are set up to view the plug-in application. To view a Web page that includes a PowerBuilder window plug-in application, users need supporting software installed on their client workstations. They…
Setting up the server – PB Docs 110
Setting up the server After defining the HTML page that displays your plug-in application, you need to set up the Web server. Specifying the MIME type Using the appropriate software for your Web server, register the MIME type for the PowerBuilder window plug-in. Table 33-7 shows the MIME types you can use. Table 33-7: PowerBuilder…