Tracing an entire application in PowerBuilder – PB Docs 2017
Tracing an entire application in PowerBuilder Use the Profiling tab on the System Options dialog box if you want to collect trace data for an entire application run in the PowerBuilder development environment. To trace an entire application in PowerBuilder Select Tools>System Options from the PowerBar and select the Profiling tab. Specify a name for…
SetProfileString – PB Docs 2018
SetProfileString PowerScript function Description Writes a value in a profile file for a PowerBuilder application. Syntax
|
1 |
SetProfileString ( filename, section, key, value ) |
Argument Description filename A string whose value is the name of the profile file. If you do not include the full path in filename, PowerBuilder searches the DOS path for filename. section A string whose value is the…
Supported versions for SQL Server – PB Docs 2019
Supported versions for SQL Server PowerBuilder provides the following SQL Server database interfaces. These interfaces use different DLLs and access different versions of SQL Server. SQL Server interface DLL MSOLEDBSQL SQL Server PBMSOLEDBSQL.dll SNC SQL Native Client PBSNC.dll The MSOLEDBSQL SQL Server interface allows you to connect to the Microsoft SQL Server 2012, 2014, 2016,…
Using the Tabular style – PB Docs 2019
Using the Tabular style The Tabular presentation style presents data with the data columns going across the page and headers above each column. As many rows from the database will display at one time as can fit in the DataWindow object. You can reorganize the default layout any way you want by moving columns and…
InsertGroupLast – PB Docs 2021
InsertGroupLast PowerScript function Description Inserts a group as the last item in the panel. Applies to RibbonBar control Syntax
|
1 |
controlname.InsertGroupLast ( Long PanelHandle ) |
|
1 |
controlname.InsertGroupLast ( Long PanelHandle, RibbonGroupItem Item ) |
Argument Description controlname The name of the RibbonBar control. PanelHandle The handle of the panel into which you want to insert a group. Item A group item to be inserted. Return value Long. Returns the…
Brush.property – PB Docs 2022
Brush.property (DataWindow object) Description Settings for the fill pattern and color of a graphic control. Applies to Oval, Rectangle, and RoundRectangle controls Syntax PowerBuilder dot notation:
|
1 |
dw_control.Object.controlname.Brush.property |
Describe and Modify argument:
|
1 |
"controlname.Brush.property { = 'value ' }" |
Parameter Description controlname The name of the Line, Oval, Rectangle, RoundRectangle, or Text control whose Brush property you want to get or set….
For DotNetAssembly object – PB Docs 2022
For DotNetAssembly object Applies to DotNetAssembly objects Description This property stores the error and diagnostic messages returned from .NET if LoadWithDotNetFramework/LoadWithDotNetCore or CreateInstance functions return a value other than 1; for example, when LoadWithDotNetFramework function failed to find a valid assembly or dependent file is missing; or CreateInstance function failed to find the constructor function…
Using the UDDI Inquiry API – PB Docs 115
Using the UDDI Inquiry API Deprecated technology UDDI is a deprecated technology and might not be supported in future releases of PowerBuilder. The UDDIProxy PowerBuilder extension class enables you to search UDDI registries for a Web service that you want to access. For a description of this extension class and its methods, see the PowerBuilder…
Prefixes 2 – PB Docs 125
Prefixes 2 Define default prefixes to use when painting controls in windows, user objects, and DataWindow objects. Keep in mind the value of observing naming conventions for PowerBuilder objects and controls. See also To display the Options dialog box in the Window, User Object, or DataWindow painter Naming controls Document get from Powerbuilder help Thank…
Working with Data Pipelines – PB Docs 126
Working with Data Pipelines About this chapter This chapter describes how to use the Data Pipeline painter to create data pipelines, which let you reproduce database data in various ways. Contents Topic About data pipelines Creating a data pipeline Modifying the data pipeline definition Correcting pipeline errors Saving a pipeline Using an existing pipeline Pipeline…