Powerbuilder Documentation

Powerbuilder Documentation

Chapter 5 Working with Targets – PB Docs 110

Chapter 5 Working with Targets About this chapter This chapter describes working with application, component, and .NET targets in the development environment. For information about JSP targets, see Working with JSP Targets . For more detailed information about .NET targets, see Deploying Applications and Components to .NET . Contents Topic About targets Working in painters…

Sorted – PB Docs 125

Sorted property for PowerScript controls Controls DropDownListBox, DropDownPictureListBox, ListBox, PictureListBox controls Description Items in a list box can be sorted alphabetically. If the Sorted property is enabled, the items in the list box are sorted in ascending order. If this property is not enabled, the items in the list box are not sorted and are…

InputFieldSelected – PB Docs 126

InputFieldSelected event Description In a RichTextEdit control, occurs when the user double-clicks an input field, allowing the user to edit the data in the field. Event ID Event ID Objects pbm_reninputfieldselected RichTextEdit Parameters Argument Description fieldname String by value (the name of the input field that was selected) Return Values Long. Return code choices (specify…

Synchronization techniques – PB Docs 126

Synchronization techniques This section highlights some issues that you need to consider when designing an application that uses MobiLink synchronization. Limiting data downloads One of the major goals of synchronization is to increase the speed and efficiency of data movement by restricting the amount of data moved. To limit the data transferred by the download_cursor…

Scrolling in windows and user objects – PB Docs 150

Scrolling in windows and user objects For scrolling purposes, PowerBuilder divides the window content into 100 lines and 100 columns. Lines, columns, and pages for scrolling do not correlate with any visible aspect of the window (such as the viewable area). A line or a column is the amount scrolled by clicking a scroll bar…

Reposition the toolbars – PB Docs 2017

Reposition the toolbars You can customize the position of the toolbars to suit your work style. Select Tools>Toolbars from the menu bar. The Toolbars dialog box displays. The selected Move radio button indicates the position of the currently selected toolbar. Click Top. This repositions the PowerBar at the top of the workspace. Radio buttons are…

SetExpired – PB Docs 2018

SetExpired Description Sets the state of a cookie. Syntax

Argument Description acookie The name of an instance of the SoapPBCookie object expired Set to true if you want to terminate the cookie. The expired value is false by default. Return value Long. Returns 0 for success, and 50 for failure. Document get from Powerbuilder help…

C0152 Compiler Error – PB Docs 2018

C0152 Compiler Error Message text string can be specified only on PUBLIC or PROTECTED property definitions. Document get from Powerbuilder help Thank you for watching.

Expanded – PB Docs 2019

Expanded event (DataWindows) Description Occurs when a node in a TreeView DataWindow has expanded. PowerBuilder event information Event ID: pbm_dwnexpanded Argument Description row Long by value. The number of the first row in the group that has been expanded. grouplevel Long by value. The TreeView level of the group that has been expanded. Return Values…

Using a Web service data source (Obsolete) – PB Docs 2021

Using a Web service data source (Obsolete) Presentation style requirement You can use a Web service as the data source for a DataWindow having any of the following DataWindow presentation styles: Composite Graph Label TreeView Crosstab Grid N-Up   Freeform Group Tabular   Support for a Web service data source is not available for RichText…