Defining the component interface – PB Docs 115
Defining the component interface How the interface is specified EAServer stores all component interfaces in CORBA Interface Definition Language (IDL) modules. IDL is defined by the Object Management Group as a standard language for defining component interfaces. When you deploy a PowerBuilder custom class user object as an EAServer component, the methods (functions and events)…
DataWindow Web control for ActiveX – PB Docs 115
DataWindow Web control for ActiveX The following files must be deployed to your Web server if you are using the DataWindow Web control for ActiveX. Table 37-13: PowerBuilder file for DataWindow Web control for ActiveX Name Required for psdwc115.cab CAB file containing an Open Software Distribution information file and DLLs for the Web ActiveX and…
Accessing data properties – PB Docs 115
Accessing data properties To access properties related to a graph’s data during execution, you use DataWindow methods for graphs. There are three categories of these methods related to data: Methods that provide information about a graph’s data Methods that save data from a graph Methods that change the color, fill patterns, and other visual properties…
About unsupported features – PB Docs 115
About unsupported features When you deploy a PowerBuilder application as a Web Forms application to an IIS server, PowerBuilder lists any unsupported features in the Output window. For the most part, unsupported features fail silently in the Web Forms application, but unexpected results can also occur. If an unsupported feature prevents the PowerBuilder to .NET…
About data pipelines – PB Docs 115
About data pipelines The Data Pipeline painter gives you the ability to reproduce data quickly within a database, across databases, or even across DBMSs. To do that, you create a data pipeline which, when executed, pipes the data as specified in the definition of the data pipeline. What you can do With the Data Pipeline…
Chapter 2 Moving PowerBuilder Applications to the Web – PB Docs 115
Chapter 2 Moving PowerBuilder Applications to the Web About this chapter In PowerBuilder 11.5 you can deploy PowerBuilder applications as ASP.NET Web applications. This chapter explains how to generate PowerBuilder applications as Web Forms applications. Contents Topic About PowerBuilder Web Forms applications Creating a PowerBuilder .NET Web Forms target Deploying and running a .NET Web…
Chapter 15 Building .NET Clients for EAServer – PB Docs 115
Chapter 15 Building .NET Clients for EAServer About this chapter This chapter describes how to connect to an EAServer component from a .NET client that you build in PowerBuilder. Contents Topic EAServer requirements Using the Connection object Using the JaguarORB object Support for CORBAObject and CORBACurrent objects Supported datatypes SSL connection support Document get from…
EAServer requirements – PB Docs 115
EAServer requirements You can build a .NET client application or component that invokes methods of Enterprise JavaBeans (EJB) components or PowerBuilder EAServer components running in EAServer 6.1 or later. This capability is based on the .NET client ORB library introduced in EAServer 6.1. Note When you install EAServer, you must install the .NET support option….
Support for CORBAObject and CORBACurrent objects – PB Docs 115
Support for CORBAObject and CORBACurrent objects The CORBAObject object gives PowerBuilder clients access to several standard CORBA methods. All proxy objects generated for EAServer components using the EAServer proxy generator are descendants of CORBAObject. The CORBACurrent service object provides information about the EAServer transaction associated with a calling thread and enables the caller to control…
SSL connection support – PB Docs 115
SSL connection support To enable .NET client applications developed in PowerBuilder to connect with EAServer using the Secure Sockets Layer (SSL), the computer where the .NET application runs must be configured to work correctly with the SSL authentication mode. You can connect using Server authentication or Mutual authentication. Server authentication If only server authentication is…