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 2019 – PowerBuilder Library

Powerbuilder Documentation 2019

Powerbuilder Documentation 2019

Describe Rows dialog box – PB Docs 2019

Describe Rows dialog box Description Show the current status of rows in a DataWindow object in the Preview view or a table in the Results view in the Database painter. The count will change if you modify the displayed data or the filter criteria. Options Deleted Rows The number of rows that have been deleted…

Char – PB Docs 2019

Char PowerScript function Description Extracts the first Unicode character of a string or converts an integer to a char. Syntax

Argument Description n A string that begins with the character you want, an integer you want to convert to a character, or a blob in which the first value is a string or integer….

Column property view: Display tab – PB Docs 2019

Column property view: Display tab Description Specify display properties for the selected column. Options Display Format Lists the display formats defined for the data type of the selected column. Justify (Display tab only) Specify whether the selected column displays with left or right justification. Case Specify whether the selected column displays in Any, UPPER, or…

CancelSync – PB Docs 2019

CancelSync PowerScript function Description Cancels the synchronization process and rolls back any changes accumulated during the processing. Applies to MLSynchronization, MLSync controls Syntax

Argument Description syncObject The name of the synchronization object that started a synchronization process that you want to stop. Return value Integer. Returns 1 for success and -1 for failure. Examples…

About ORCA functions – PB Docs 2019

About ORCA functions Contents Functions for managing the ORCA session Functions for managing PowerBuilder libraries Functions for importing and compiling PowerBuilder objects Functions for querying PowerBuilder objects Functions for creating executables and dynamic libraries Functions for deploying components to EAServer (Obsolete) Functions for managing source control operations All ORCA functions are external C functions that…

RichTextFile – PB Docs 2019

RichTextFile DataWindow expression function Description Takes as argument a string expression interpreted as a RTF file name and renders the contents. If the argument is not a RTF file nothing is rendered. Syntax

Argument Description string The string expression to render as RTF file Return value None. Examples This expression displays the contents of…

PBORCA_SccExcludeLibraryList – PB Docs 2019

PBORCA_SccExcludeLibraryList Description Names the libraries in the target library list that should not be synchronized in the next PBORCA_SccRefreshTarget operation. Syntax

Argument Description hORCASession Handle to previously established ORCA session *pLibNames Names of the libraries not to be refreshed iNumberofLibs Number of libraries not to be refreshed Return value INT. Usage This method is…

QueryClear – PB Docs 2019

QueryClear property (DataWindow object) Description Removes the WHERE clause from a query. Note that the only valid setting is Yes. Applies to DataWindows Syntax PowerBuilder dot notation:

Modify argument:

Parameter Description value Remove the WHERE clause from a query. Yes is the only valid value. Examples

Document get from Powerbuilder help Thank…

PBORCA_LibraryEntryDelete – PB Docs 2019

PBORCA_LibraryEntryDelete Description Deletes a PowerBuilder library entry. Syntax

Argument Description hORCASession Handle to previously established ORCA session. lpszLibName Pointer to a string whose value is the file name of the library containing the object. lpszEntryName Pointer to a string whose value is the name of the object being deleted. otEntryType A value of the…

Values (for graphs) – PB Docs 2019

Values (for graphs) See Axis, Axis.property, and DispAttr.fontproperty. Document get from Powerbuilder help Thank you for watching.