GetChildElement Syntax 2 – PB Docs 2018
GetChildElement Syntax 2 Description Returns the first child PBDOM_ELEMENT object, matching the name and namespace indicated by the method parameter contained in the PBDOM_ELEMENT object from which the method is invoked. Syntax
|
1 |
pbdom_element_name.GetChildElement(string strElementName, string strNamespacePrefix, string strNamespaceUri) |
Argument Description pbdom_element_name The name of a PBDOM_ELEMENT object strElementName The local name of the child PBDOM_ELEMENT object to be returned strNamespacePrefix…
About the PowerBuilder Tutorial – PB Docs 2018
About the PowerBuilder Tutorial Contents Learning to build a client/server application How you will proceed Setting up for the tutorial About this chapter This chapter describes what you will do in the PowerBuilder tutorial and how to get set up for it. Document get from Powerbuilder help Thank you for watching.
Syntax 2: For the line style and width used by a series – PB Docs 2018
Syntax 2: For the line style and width used by a series Description Obtains the line style and width for a series in a graph. Applies to Graph controls in windows and user objects, and graphs in DataWindow controls Syntax
|
1 |
controlname.GetSeriesStyle ( { graphcontrol, } seriesname, linestyle, linewidth ) |
Argument Description controlname The name of the graph for which you want the line…
LESSON 2 Customizing the PowerBuilder Environment – PB Docs 2018
LESSON 2 Customizing the PowerBuilder Environment Contents Manipulate the System Tree window Open an object Manipulate views Set up the toolbars This lesson provides the information you need in order to become familiar with the PowerBuilder environment and to customize the workspace. This lesson is optional — you can skip to Lesson 3 if you…
FindClass – PB Docs 2018
FindClass Description Searches for a class with a given name within a given group. Syntax
|
1 |
FindClass(pbgroup group, LPCTSTR name) |
Argument Description group The handle of the group in which the class resides name The class name in lowercase Return value pbclass or null on failure. Examples This example finds the group associated with the f_getrow function and uses…
BeginDrag – PB Docs 2018
BeginDrag PowerScript event Contents Syntax 1: For ListView controls Syntax 2: For TreeView controls The BeginDrag event has different arguments for different objects: Object See ListView control Syntax 1 TreeView control Syntax 2 Document get from Powerbuilder help Thank you for watching.
Label.property – PB Docs 2018
Label.property property (DataWindow object) Description Settings for a DataWindow whose presentation style is Label. Applies to DataWindows Syntax PowerBuilder dot notation:
|
1 |
dw_control.Object.DataWindow.Label.property |
Describe and Modify argument:
|
1 |
"DataWindow.Label.property { = value }" |
SyntaxFromSql:
|
1 |
DataWindow(Label.property = value) |
Parameter Description property A property for the Label presentation style. Properties and their settings are listed in the table below. value The value to be assigned…
Classified features – PB Docs 2018
Classified features While new features are added in PowerBuilder, some of the existing features might no longer be needed or recommended for use. You will find the following three classifications of features in the PowerBuilder Help. Discontinued – feature that has been completely removed from the product. For example, EAServer projects/targets, PowerBuilder .NET IDE, and…
SetBypassProxyOnLocal – PB Docs 2018
SetBypassProxyOnLocal Description Indicates whether to bypass the proxy server when connecting to Web services running on local servers. This method is available for .NET Web services only. Syntax
|
1 |
conn.SetBypassProxyOnLocal (boolean bypass) |
Argument Description conn The name of the SoapConnection object that establishes the connection. bypass A boolean value that, when true, allows a connection to a local…
About keyboard support in MDI applications – PB Docs 2018
About keyboard support in MDI applications PowerBuilder MDI applications automatically support arrow keys and shortcut keys. Arrow keys In an MDI frame, how the pointer moves when the user presses an arrow key depends on where focus is when the key is pressed: Key If focus is in Focus moves to Left The menu bar…