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

Powerbuilder Documentation 2022

Select Import File dialog box – PB Docs 2022

Select Import File dialog box Description Import data into a DataWindow or a table in the Results view in the Database painter from a tab-separated text file or a dBaseII or dBaseIII file. PowerBuilder reads the data from the file into the painter. You can then click the Save Changes button or select Rows>Update to…

PBORCA_SccGetLatestVersion – PB Docs 2022

PBORCA_SccGetLatestVersion Description Retrieves the latest version of files from the SCC provider. Syntax

Argument Description hORCASession Handle to previously established ORCA session nFiles Number of files to be retrieved *ppFileNames Names of files to be retrieved Return value INT. Typical return codes are: Return code Description 0 PBORCA_OK Operation successful -22 PBORCA_SCCFAILURE Operation failure…

Set up the toolbars – PB Docs 2022

Set up the toolbars Contents Show labels on toolbar buttons Float the toolbars Reposition the toolbars Where you are Manipulate the System Tree window Open an object Manipulate views > Set up the toolbars A painter workspace always includes the PowerBar and other PainterBar toolbars that you can use as you work. The buttons in…

Into Variables dialog box – PB Docs 2022

Into Variables dialog box Description Specify column values for a SELECT INTO statement. When you use the INTO clause, PowerBuilder does not verify whether the data type of the retrieved column matches the data type of the host variable. It only checks for the existence of the columns and tables. You are responsible for checking…

Select Column dialog box – PB Docs 2022

Select Column dialog box Description Select a column to add to the DataWindow object. The list shows all the columns in the data source for the DataWindow object. It includes columns that have been deleted from the DataWindow object or added to the data source but not added to the DataWindow object. See also Adding…

To display the Update Column Values dialog box – PB Docs 2022

To display the Update Column Values dialog box In the Script view or Function painter, select Edit>Paste Special>SQL>Update from the menu bar or click the Paste SQL button on the PainterBar and select Update and select a table to update. Document get from Powerbuilder help Thank you for watching.

Select Tables dialog box – PB Docs 2022

Select Tables dialog box Description The Select Tables dialog box displays a list of available tables in the current database. To include system tables in the list, click the Show System Tables check box. To filter the tables, input text in the Filter text field. Options Open Click the name of each table or view…

Unions dialog box – PB Docs 2022

Unions dialog box Description Create, modify, or delete unions. You cannot apply criteria to a SELECT statement with a union. Options New Click to add a new union, then define the second query. Edit Select the union you want to modify and click the Edit button. The Select Union dialog box displays the selected union….

Update Column Values dialog box – PB Docs 2022

Update Column Values dialog box Description Specify column values for an UPDATE statement. Options Column Name Click the name of the column you want to update in the table representation at the bottom of the dialog box. To specify values for additional columns, click in the empty box at the bottom of the Column Name…

To display the Save Declare Procedure dialog box – PB Docs 2022

To display the Save Declare Procedure dialog box In the Script view or Function painter, select Edit>Paste Special>SQL>Procedure Declare from the menu bar or click the Paste SQL button on the PainterBar and select Procedure Declare. Select a procedure, specify arguments if necessary, and click OK. Document get from Powerbuilder help Thank you for watching.