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.6 – Page 2 – PowerBuilder Library

Powerbuilder Documentation 12.6

Powerbuilder Documentation 12.6

GetObjectRevisionFromRegistry – PB Docs 126

GetObjectRevisionFromRegistry PowerScript function Description Assigns synchronization property values saved in the Windows registry to a synchronization object. Controls MLSynchronization, MLSync controls Syntax

Argument Description syncObject The name of the synchronization object Return Values Integer. Returns the value of ObjectRevision. Returns -1 if the registry key is not found or if the SyncRegistryKey property of…

OLE DB database providers – PB Docs 126

OLE DB database providers If your application uses OLE DB to access data, you must install Microsoft’s Data Access Components software on each user’s computer if it is not installed already. The PowerBuilder OLE DB interface requires the functionality of the Microsoft Data Access Components (MDAC) version 2.8 or later software. Version 2.8 is distributed…

Syntax 3 For the fill pattern or symbol of a data point – PB Docs 126

Syntax 3 For the fill pattern or symbol of a data point Description Obtains the fill pattern or symbol of a data point in a graph. Controls Graph controls in windows and user objects, and graphs in DataWindow controls Syntax

Argument Description controlname The name of the graph for which you want the fill pattern…

Managing TreeView pictures – PB Docs 126

Managing TreeView pictures PowerBuilder stores TreeView images in three image lists: Picture list (called the regular picture list here) State picture list Overlay picture list You add pictures to these lists and associate them with items in the TreeView. Document get from Powerbuilder help Thank you for watching.

InsertItemLast – PB Docs 126

InsertItemLast PowerScript function Inserts an item as the last child of a parent item. To insert an item as the last child of its parent Use When you only need to specify the item label and picture index Syntax 1 When you need to specify more than item label and picture index Syntax 2 Document…

Samples on the Web – PB Docs 126

Samples on the Web The latest PowerBuilder sample applications and utilities are on the Sybase CodeXchange Web site in the PowerBuilder Samples and Utilities project . There is a link to this page on the Windows Start menu at Program Files>Sybase>PowerBuilder 12.6>Code Samples>PB 12.6 Code Samples. If you have not logged in to MySybase, you…

IsCallerInRole – PB Docs 126

IsCallerInRole PowerScript function Description Indicates whether the direct caller of a COM object running on COM+ is in a specified role (either individually or as part of a group). Controls TransactionServer objects Syntax

Argument Description transactionserver Reference to the TransactionServer service instance role A string expression containing the name of a role Return Values…

About Unicode – PB Docs 126

About Unicode Before Unicode was developed, there were many different encoding systems, many of which conflicted with each other. For example, the same number could represent different characters in different encoding systems. Unicode provides a unique number for each character in all supported written languages. For languages that can be written in several scripts, Unicode…

FindTypeDefinition – PB Docs 126

FindTypeDefinition PowerScript function Description Searches for a type in one or more PowerBuilder libraries (PBLs) and provides information about its type definition. You can also get type definitions for system types. Syntax

Argument Description typename The name of a simple datatype, enumerated datatype, or class for which you want information. To find a type…

Web Application Development with PowerBuilder – PB Docs 126

Web Application Development with PowerBuilder About this chapter This chapter provides an overview of the techniques you can use to develop Web applications with PowerBuilder. Contents Topic Building Web applications .NET Web components Web services Web DataWindow DataWindow Web control for ActiveX Document get from Powerbuilder help Thank you for watching.