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

Powerbuilder Documentation 15.0

Powerbuilder Documentation 15.0

ReplaceW – PB Docs 150

ReplaceW PowerScript function Description Replaces a portion of one string with another. This function is obsolete. It has the same behavior as Replace in all environments. Syntax

Document get from Powerbuilder help Thank you for watching.

Microsoft SQL Server Fetching rows – PB Docs 150

Microsoft SQL Server Fetching rows The SQL Server interfaces support the following FETCH statements (Microsoft_SQL_Server_FETCH): FETCH NEXT (Microsoft SQL Server FETCH NEXT) FETCH FIRST (Microsoft SQL Server FETCH FIRST, FETCH PRIOR, and FETCH LAST) FETCH PRIOR (Microsoft SQL Server FETCH FIRST, FETCH PRIOR, and FETCH LAST) FETCH LAST (Microsoft SQL Server FETCH FIRST, FETCH PRIOR,…

RegistryDelete – PB Docs 150

RegistryDelete PowerScript function Description Deletes a key or a value for a key in the Windows system registry. Syntax

Argument Description key A string whose value is the key in the system registry you want to delete or whose value you want to delete. To uniquely identify a key, specify the list of parent…

Accessing serial values in a PowerBuilder script – PB Docs 150

Accessing serial values in a PowerBuilder script If you are connecting to an Informix database from a PowerBuilder script, you can obtain the serial number of the row inserted into an Informix table by checking the value of the SQLReturnData property of the Transaction object. After an embedded SQL INSERT statement executes, SQLReturnData contains the…

Resolve_Initial_References – PB Docs 150

Resolve_Initial_References PowerScript function Description Uses the CORBA naming service API to obtain the initial naming context for an EAServer component. This function is used by PowerBuilder clients connecting to EAServer. Controls JaguarORB objects Syntax

Argument Description jaguarorb An instance of JaguarORB objstring A string that has the value “NameService” object A reference variable of…

Opening, closing, and hiding tab pages – PB Docs 150

Opening, closing, and hiding tab pages You can open tab pages in a script. You can close tab pages that you opened, but you cannot close tab pages that were inserted in the painter. You can hide any tab page. This example opens a tab page of type tabpage_listbox and stores the object reference in…

ResetPicture – PB Docs 150

ResetPicture PowerScript function Description Clears a picture from an InkPicture control. Controls InkPicture controls Syntax

Argument Description inkpicname The name of the InkPicture control from which you want to clear a picture. Return Values Integer. Returns 1 for success and -1 for failure. Usage Use the ResetInk function to clear the image from an…

Using Informix – PB Docs 150

Using Informix About this chapter This chapter describes how to use the native IBM Informix database interfaces in PowerBuilder. Contents Topic Supported versions for Informix Supported Informix datatypes Features supported by the I10 interface Basic software components for Informix Preparing to use the Informix database Defining the Informix database interface Accessing serial values in a…

Labels – PB Docs 150

Labels Description You can include labels in scripts for use with GOTO statements. Syntax

Usage A label can be any valid identifier. You can enter it on a line by itself above the statement or at the start of the line before the statement. For information about the GOTO statement, see GOTO . For…

Using Lists in a Window – PB Docs 150

Using Lists in a Window About this chapter This chapter describes how to use lists to present information in an application. Contents Topic About presenting lists Using lists Using drop-down lists Using ListView controls Document get from Powerbuilder help Thank you for watching.