Setting up the server – PB Docs 105
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…
Providing support for transactions – PB Docs 105
Providing support for transactions Benefits of EAServer’s transaction support EAServer components that you develop in PowerBuilder can participate in EAServer transactions. An EAServer transaction is a transaction whose boundaries and outcome are determined by EAServer. You can mark components to indicate that they will provide transaction support. When a component provides transaction support, EAServer ensures…
Providing support for transactions – PB Docs 110
Providing support for transactions Benefits of EAServer’s transaction support EAServer components that you develop in PowerBuilder can participate in EAServer transactions. An EAServer transaction is a transaction whose boundaries and outcome are determined by EAServer. You can mark components to indicate that they will provide transaction support. When a component provides transaction support, EAServer ensures…
PowerBuilder components on EAServer – PB Docs 105
PowerBuilder components on EAServer To run PowerBuilder components in EAServer, the runtime libraries for the version and build number of PowerBuilder in which the components were developed must be available on the server. When you install a maintenance release of PowerBuilder and deploy new or updated components to EAServer, make sure that the PowerBuilder VM…
PowerBuilder automation servers – PB Docs 105
PowerBuilder automation servers To use a PowerBuilder automation server, you need to deploy the following files: The PBD or DLL containing the implementation of the automation server The generated type library file if you chose to create one or, if you built a named server, the PBAEN105.TLB file that provides type library information for PowerBuilder.Application…
PowerBuilder COM servers – PB Docs 105
PowerBuilder COM servers In addition to the COM server file generated in PowerBuilder, the PowerBuilder runtime files listed in Table 41-18 should be installed on the computer on which the server will run if the component uses the feature listed in the table. Table 41-18: PowerBuilder files required on COM server host Name Description PBVM105.DLL…
Plug-ins and PowerBuilder window ActiveX controls – PB Docs 105
Plug-ins and PowerBuilder window ActiveX controls Plug-ins The files listed in Table 41-14 must be deployed to users’ computers if you are using DataWindow or window plug-ins. Table 41-14: PowerBuilder files for window and DataWindow plug-ins Name Required for NPPBA105.DLL Standard window plug-in NPPBS105.DLL Secure window plug-in NPDWE105.DLL DataWindow plug-in Installed path Program FilesSybasePowerBuilder 10.5Internet…
Modifying graph properties – PB Docs 110
Modifying graph properties When you define a graph in the DataWindow painter, you specify its behavior and appearance. For example, you might define a graph as a column graph with a certain title, divide its Value axis into four major divisions, and so on. Each of these entries corresponds to a property of a graph….
Modifying graph properties – PB Docs 105
Modifying graph properties When you define a graph in the DataWindow painter, you specify its behavior and appearance. For example, you might define a graph as a column graph with a certain title, divide its Value axis into four major divisions, and so on. Each of these entries corresponds to a property of a graph….
Invoking component methods – PB Docs 105
Invoking component methods Once a connection to EAServer has been established and a proxy object or objects created, the client application can begin using the server components. Invoking a component method To invoke a method on most component types, you need to execute the PowerScript statements required to perform these operations: Use the CreateInstance method…