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

Powerbuilder Documentation 15.0

Powerbuilder Documentation 15.0

Password – PB Docs 150

Password property for PowerScript controls Controls SingleLineEdit controls Description The Password property specifies whether the control is a password field, in which characters the user types appear as asterisks (*). If Password is not enabled, the characters appear as the user types them. Usage In a painter To make the control a password field: Select…

Map3DColors – PB Docs 150

Map3DColors property for PowerScript controls Controls Picture, PictureHyperlink, and PictureButton controls Description Maps the silver and other gray colors in the bitmap associated with the control to the button highlight, button face, or button shadow colors set in the Windows control panel. When this property is false (the default), the control uses the standard PowerBuilder…

HideSelection – PB Docs 150

HideSelection property for PowerScript controls Controls SingleLineEdit, MultiLineEdit, EditMask, ListView, TreeView controls Description If the HideSelection property is enabled, selected text does not stay selected (highlighted) when the control does not have focus. If this property is not enabled, selected text stays highlighted when the control loses focus. Usage In a painter To enable HideSelection:…

TraceTreeRoutine object – PB Docs 150

TraceTreeRoutine object The TraceTreeRoutine object provides information about a tree model node identified as an occurrence of a routine. To access the extra properties of the TraceTreeRoutine object, you assign a TraceTreeNode object whose activity type is ActRoutine! to the TraceTreeRoutine object. The TraceTreeRoutine object has no events. Properties TraceTreeRoutine property Datatype Description ActivityType TraceActivity…

AuthenticateParms – PB Docs 150

AuthenticateParms property for PowerScript controls Controls MLSync and SyncParm objects Description Specifies a comma-separated list of authentication parameters for the remote database connection to the MobiLink synchronization server. If you set the AuthenticateParms property on an MLSync object, or if you call SetParm after setting the AuthenticateParms property on a SyncParm object, PowerBuilder inserts a…

TraceLine object – PB Docs 150

TraceLine object The TraceLine object provides information about a node in a trace file identified as an occurrence of a routine line hit. To access the extra properties of the TraceLine object, you assign a TraceActivityNode object whose activity type is ActLine! to the TraceLine object. The TraceLine object has no events. Properties TraceLine property…

TraceFile object – PB Docs 150

TraceFile object The TraceFile object is used to access the contents of a trace file created from a PowerBuilder application. Unlike the Profiling and TraceTree objects, the TraceFile object does not provide properties and functions to create an analysis model. You use the TraceFile object in conjunction with the TraceActivityNode, TraceBeginEnd, TraceError, TraceESQL, TraceGarbageCollect, TraceLine,…

TraceBeginEnd object – PB Docs 150

TraceBeginEnd object The TraceBeginEnd object provides information about a node in a trace file identified as an occurrence of a logging start or finish. To access the extra properties of the TraceBeginEnd object, you assign a TraceActivityNode object whose activity type is ActBegin! to the TraceBeginEnd object. The TraceBeginEnd object has no events. Properties TraceBeginEnd…

Working with Dynamically Loaded Assemblies – PB Docs 150

Working with Dynamically Loaded Assemblies Examples of working with dynamically loaded assemblies. Open a Window The window �w_test� is defined in a referenced assembly.

Open an Object The user object �u_cvuo� is defined in a referenced assembly.

Create a Menu The menu �m_test� is defined in a referenced assembly.

Parent topic: Dynamically…

ColumnsPerPage – PB Docs 150

ColumnsPerPage property for PowerScript controls Controls Windows and user objects Description The ColumnsPerPage property determines the number of columns on a page for scrolling purposes. The default is 0 (10 columns per page). PowerBuilder multiplies UnitsPerColumn by ColumnsPerPage to determine the number of PowerBuilder units to scroll the window horizontally when the user clicks in…