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

Powerbuilder Documentation 2021

Powerbuilder Documentation 2021

GetRowCount – PB Docs 2021

GetRowCount Description Obtains the number of rows. Syntax

Return value Unsigned long. Examples This statement stores the number of rows in *numRows:

See also CreateResultSet GetColumnCount GetColumnMetaData GetItemData Document get from Powerbuilder help Thank you for watching.

Attach the DataWindow object to the detail DataWindow control – PB Docs 2021

Attach the DataWindow object to the detail DataWindow control Where you are Attach the DataWindow object to the master DataWindow control > Attach the DataWindow object to the detail DataWindow control Run the application Attach DataWindow objects to the Product window Run the application again Now you attach a DataWindow object to the detail DataWindow…

RightA – PB Docs 2021

RightA DataWindow expression function Description Obtains a specified number of characters from the end of a string. Syntax

Argument Description string The string from which you want characters returned n A long whose value is the number of characters you want returned from the right end of string Return value String. Returns the rightmost…

VariableDefinition object – PB Docs 2021

VariableDefinition object A class describing the characteristics of a variable, property, or argument. VariableDefinition is used as a property in the ClassDefinition and ScriptDefinition objects. It has no events. You cannot start with a variable in your application and get a VariableDefinition object for it. Instead, you access the VariableDefinition instances that are elements of…

VScrollBar control – PB Docs 2021

VScrollBar control A VScrollBar is a vertical bar with arrows at either end and a scroll box. Typically, you use a VScrollBar control as a slider control for users to specify a value on a continuous scale, or as a way to display information graphically to the user. Usage note The VScrollBar control is not…

Working with objects – PB Docs 2021

Working with objects Contents Creating new objects Creating new objects using inheritance Naming conventions Opening existing objects Running or previewing objects In targets, you can: Create new objects Create new objects using inheritance Open existing objects Run or preview objects After you create or open an object, the object displays in its painter and you…

Using the To-Do List – PB Docs 2021

Using the To-Do List The To-Do List displays a list of development tasks you need to do. You can create tasks for any target in the workspace or for the workspace itself. A drop-down list at the top of the To-Do List lets you choose which tasks to display. To open the To-Do List, click…

Undeploying the PowerClient project – PB Docs 2021

Undeploying the PowerClient project To undeploy the PowerClient project from the server: Right-click the PowerClient project in the System Tree and then select Undeploy PowerClient Project from the popup menu. Select whether to remove the entire project (all deployed versions) or only the selected deployment version from the server. Document get from Powerbuilder help Thank…

UseMouseForInput – PB Docs 2021

UseMouseForInput property for PowerScript controls Applies to InkEdit, InkPicture controls Description Specifies whether the mouse can be used for input on a Tablet PC. This property has no effect on other computers. Usage In a painter To specify that ink can be added using a mouse: Select the UseMouseForInput check box on the Ink page…

Using the Code Examples application – PB Docs 2021

Using the Code Examples application Contents Browsing the examples Finding examples Running and examining examples You run the Code Examples application from the development environment. To run the Code Examples application: Select File > New from the menu bar, select Workspace from the Workspace tab, and click OK. Navigate to the C:UsersPublicDocumentsAppeonPowerBuilder 21.0Code ExamplesExample App…