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 – Page 5073 – PowerBuilder Library

Powerbuilder Documentation

Powerbuilder Documentation

FindNext – PB Docs 126

FindNext method (DataWindows) Description Finds the next occurrence of text in a RichTextEdit DataWindow control and highlights it, using criteria set up in a previous call of the Find method. Controls DataWindow type Method applies to PowerBuilder DataWindow control Syntax [PowerBuilder]

Argument Description dwcontrol A reference to a DataWindow control containing a DataWindow with…

Column Specifications view in the DataWindow painter – PB Docs 150

Column Specifications view in the DataWindow painter Description Shows a list of the columns in the data source. For each column you can add, modify, and delete initial values, validation expressions, and validation messages. To add a column to the DataWindow object, you can drag and drop the column from this view to the Design…

Handling DataWindow errors – PB Docs 90

Handling DataWindow errors There are several types of errors that can occur during DataWindow processing: Data items that are invalid (discussed in “Manipulating data in a DataWindow control”) Failures when retrieving or updating data Attempts to access invalid or nonexistent properties or data This section explains how to handle the last two types of errors….

Mode – PB Docs 2017

Mode DataWindow expression function Description Calculates the mode of the values of the column. The mode is the most frequently occurring value. Syntax

Argument Description column The column for which you want the mode of the data values. Column can be the column name or the column number preceded by a pound sign (#). Column can…

ExecRemote – PB Docs 2017

ExecRemote PowerScript function Contents Syntax 1: For sending single commands Syntax 2: For commands over an opened channel Asks a DDE server application to execute the specified command. To send Use A single command to a DDE server application (a cold link) Syntax 1 A command to a DDE server application after you have opened…

Building InfoMaker Styles and Actions – PB Docs 2018

Building InfoMaker Styles and Actions Contents About form styles Naming the DataWindow controls in a form style Building and using a form style Modifying an existing style Building a style from scratch Completing the style Using the style About this chapter This chapter explains how to build styles in PowerBuilder and provide them to InfoMaker…

ReadData – PB Docs 2019

ReadData PowerScript function Description Reads the response body. Applies to HTTPClient objects Syntax

Argument Description objectname The name of the HTTPClient object for which you want to read the response body. data A blob value into which the function returns data. bufferSize A long value specifying the buffer size. Return value Integer. Returns values…

Title keyword – PB Docs 2021

Title keyword You use this property when generating DataWindow source code with the SyntaxFromSql method. Property Description Title(“string”) The title for the DataWindow. Document get from Powerbuilder help Thank you for watching.

Explaining SQL – PB Docs 2021

Explaining SQL Sometimes there is more than one way to code SQL statements to obtain the results you want. If you connect to an SAP database using an SAP native driver, or to a SQL Anywhere database using the ODBC driver, you can select Explain SQL on the Design menu to help you choose the…

ShowPopupHelp – PB Docs 2022

ShowPopupHelp PowerScript function Description Displays pop-up help for the specified control. Applies to Any control Syntax

Argument Description helpfile String for the Help file name to be used control Dragobject for which the pop-up help is displayed contextid Long for the context ID number Return value Integer. Returns 1 if the function succeeds and…