Powerbuilder Documentation 15.0

Powerbuilder Documentation 15.0

JDK Location dialog box – PB Docs 150

JDK Location dialog box Description A Sun Java Development Kit (JDK) with a Java Runtime Environment (JRE) subdirectory is installed in the SybaseSharedPowerBuilder directory when you install PowerBuilder. Use this dialog box to specify alternative locations for the JDK and JRE if you need to use a different JVM. You might want to do this…

Properties for .NET Windows Forms Application: Library Files tab – PB Docs 150

Properties for .NET Windows Forms Application: Library Files tab Description Specify PowerBuilder library files and dynamic library files that contain resources required by the application. Options PowerBuilder library files The list box displays the names of all PowerBuilder libraries in the target’s library list. If a library contains DataWindow, Query, or Pipeline objects required by…

Database Profile Setup – ADO.NET dialog box – PB Docs 150

Database Profile Setup – ADO.NET dialog box Click a tab name to display dialog box option information: Connection tab System tab Transaction tab Syntax tab Preview tab (PowerBuilder Only) Description Defines a database profile to access a database in PowerBuilder or InfoMaker using the ADO.NET interface. The Database Profile Setup dialog box includes: Basic connection…

Rename dialog box – PB Docs 150

Rename dialog box Description Use this dialog box to rename a class in the class diagram. Dialog options Name Enter a new name for the class you want to rename. The class name and the code (reference name) will be the same unless you enter characters that are not permitted in a reference name. Such…

Time DBParm parameter for ODBC interface – PB Docs 150

Time DBParm parameter for ODBC interface When you create a profile to access a data source through the ODBC interface, the syntax for setting the Time DBParm parameter in the development environment has been simplified in Version 6 and later versions. (The syntax for setting Time in a PowerBuilder application script is unchanged.) To set…

Properties of Target dialog box: .NET Assemblies tab – PB Docs 150

Properties of Target dialog box: .NET Assemblies tab Description Displays the list of .NET assemblies that have been imported into the target. When the buttons are disabled Other opened painters may prevent you from adding assemblies. Close the painters and reopen the dialog box to proceed. Also, for source-controlled targets, you must check out the…

Primary Key property view – PB Docs 150

Primary Key property view Description Define or change the primary key for a table. Options Table The name of the table. Columns Select the columns you want to make part of the primary key from the list in the Table Columns box. The selected column names display in the Order box. To delete a column…

SingleLineEdit control – PB Docs 150

SingleLineEdit control A SingleLineEdit is a box in which the user can enter a single line of text. You typically use a SingleLineEdit as an input field. Properties SingleLineEdit property Datatype Description Accelerator Integer Specifies the ASCII value of the key you want to assign as the accelerator key for a control. AccessibleDescription String A…

ProfileLine object – PB Docs 150

ProfileLine object The ProfileLine object provides information about the lines in each routine in the performance analysis model, including the number of times the line was hit, any calls made from the line, and the time (in seconds) spent on the line and in any called functions. You use the ProfileLine object in conjunction with…