GetMarshaler – PB Docs 2022
GetMarshaler Description Obtains the marshaler object associated with a proxy object. Syntax
|
1 |
GetMarshaler(pbproxyObject obj) |
Argument Description obj An object of type pbproxyObject for which you want to find the marshaler. Return value IPBX_Marshaler*. Examples This code creates a Java marshaler object and associates it with a proxy. Later, GetMarshaler is used to get the marshaler object:…
Building two windows with similar definitions – PB Docs 2022
Building two windows with similar definitions Assume your application needs two windows with similar definitions. One window, w_employee, needs: A title (Employee Data) Text that says Select a file: A drop-down list with a list of available employee files An Open button with a script that opens the selected file in a multiline edit box…
Preparing to use the ADO.NET interface – PB Docs 2022
Preparing to use the ADO.NET interface ADO.NET is a set of technologies that provide native access to data in the Microsoft .NET Framework. To connect to a database using the PowerBuilder ADO.NET database interface, you must use a .NET Core driver. Currently, you can use the PowerBuilder ADO.NET database interface to connect to the data…
Specifying accessibility of controls – PB Docs 2022
Specifying accessibility of controls Contents Using the Visible property Using the Enabled property Controls have two boolean properties that affect accessibility of the control: Visible Enabled Document get from Powerbuilder help Thank you for watching.
About ODBC Driver Manager Trace – PB Docs 2022
About ODBC Driver Manager Trace You can use the ODBC Driver Manager Trace tool to trace a connection to any ODBC data source that you access in PowerBuilder through the ODBC interface. Unlike the Database Trace tool, the ODBC Driver Manager Trace tool cannot trace connections through one of the native database interfaces. What this…
Compiler Errors – PB Docs 2022
Compiler Errors Contents C0001 Compiler Error C0002 Compiler Error C0003 Compiler Error C0004 Compiler Error C0005 Compiler Error C0006 Compiler Warning C0007 Compiler Error C0008 Compiler Error C0009 Compiler Error C0010 Compiler Error C0011 Compiler Error C0013 Compiler Error C0014 Compiler Warning C0015 Compiler Error C0016 Compiler Error C0017 Compiler Error C0018 Compiler Error C0019…
WSConnection object (Obsolete) – PB Docs 2022
WSConnection object (Obsolete) The WSConnection object lets you set user-related, session-related, and authentication information when you connect to and process data from a Web service data source. Document get from Powerbuilder help Thank you for watching.
DataWindows – PB Docs 2022
DataWindows The UI settings of DataWindow set by the expression or the Modify method have higher priorities than the theme file; except for the border and resizable properties whose settings in the painter have higher priorities than the theme file. What can be set by the theme Background color and font color: When “background-color-enabled” is…
ODBC Update – PB Docs 2022
ODBC Update After a FETCH statement completes successfully, you are positioned on a current row within the cursor. At this point, you can execute an UPDATE or DELETE statement using the WHERE CURRENT OF cursor_name syntax to update or delete the row. PowerBuilder enforces the cursor update restrictions of the backend database, and violations will…
Specifying target properties – PB Docs 2022
Specifying target properties Contents Specifying the target’s library search path To set properties for a target, right-click the target in the System Tree and select Properties from the pop-up menu. Close all painters The tab pages in the target properties dialog box are disabled if any painters are open. The application target has Library List…