Connection Information

To perform the requested action, WordPress needs to access your web server. Please enter your FTP credentials to proceed. If you do not remember your credentials, you should contact your web host.

Connection Type

Powerbuilder Documentation 12.5 – Page 2 – PowerBuilder Library

Powerbuilder Documentation 12.5

VTextAlign – PB Docs 125

VTextAlign DataWindow object property Description The way text in a button is vertically aligned. Controls Button controls Syntax PowerBuilder dot notation:

Describe and Modify argument:

Parameter Description buttonname The name of the button for which you want to align text. value An integer indicating how the button text is horizontally aligned. Values are:…

Using the JDBC interface – PB Docs 125

Using the JDBC interface You can use the JDBC interface to develop several types of components and/or applications in PowerBuilder: Thin client/server applications If a client is already running a JVM (in a running Web browser or inside the operating system), the use of the JDBC interface to access a database does not require the…

Using point and click – PB Docs 125

Using point and click Users can click graphs during execution. The DataWindow control provides a method called ObjectAtPointer that stores information about what was clicked. You can use this method in a number of ways in mouse events. For example, with the ObjectAtPointer information, you can call other graph methods to report to the user…

Using nested reports – PB Docs 125

Using nested reports When designing a DataWindow object for a report, you can choose to nest other reports (which are also DataWindow objects) within it. The basic steps for using nested reports in an application are the same ones you follow for the other report types. There are, however, some additional topics concerning nested reports…

Using graphs – PB Docs 125

Using graphs Supported environments PowerBuilder and Web ActiveX Graphs are supported. Because you can print DataStores, PowerBuilder provides some events and functions for DataStores that pertain to the visual presentation of the data. However, graph functions such as CategoryCount, CategoryName, GetData, SeriesCount, and so forth depend on the visual graph control, which is not created…

Using database profiles – PB Docs 125

Using database profiles What is a database profile? A database profile is a named set of parameters stored in the registry that defines a connection to a particular database in the PowerBuilder development environment. Why use database profiles? Creating and using database profiles is the easiest way to manage your database connections in PowerBuilder because…

Update – PB Docs 125

Update method (DataWindows) Description Updates the database with the changes made in a DataWindow control or DataStore. Update can also call AcceptText for the current row and column before it updates the database. UpdateEx A separate method name, UpdateEx, is provided as an alternative syntax for the Web DataWindow server component, which cannot use overloaded…

Title – PB Docs 125

Title DataWindow object property Description The title of the graph. Controls Graph controls Syntax PowerBuilder dot notation:

Describe and Modify argument:

Parameter Description graphname In the DataWindow object, the name of the Graph control for which you want to get or set the title titlestring A string specifying the graph’s title Usage In…

Undo – PB Docs 125

Undo method (DataWindows) Description Cancels the last edit in an edit control, restoring the text to the content before the last change. Controls DataWindow type Method applies to PowerBuilder DataWindow control Web ActiveX DataWindow control Syntax [PowerBuilder]

[Web ActiveX]

Argument Description editname A reference to a DataWindow control. Reverses the last edit in…

Timer_Interval – PB Docs 125

Timer_Interval DataWindow object property Description The number of milliseconds between the internal timer events. When you use time in a DataWindow, an internal timer event is triggered at the interval specified by Timer_Interval. This determines how often time fields are updated. Controls DataWindows Syntax PowerBuilder dot notation:

Describe and Modify argument:

DataWindowSyntaxFromSql: