Alias – PB Docs 2022
Alias This dialog box displays if you have opened more than one table with identical columns and PowerBuilder cannot find an appropriate alias. Enter the alias you want to use in the Specify Alias Name For box. Document get from Powerbuilder help Thank you for watching.
Deploying applications, components, and supporting files – PB Docs 2022
Deploying applications, components, and supporting files Regardless of the type of application you are deploying, you must include any supporting files such as dynamic libraries, resources like BMP and ICO files, online Help files, and initialization files. Each application type requires a different set of supporting files. The PowerBuilder runtime files, such as pbvm.dll and…
To display the Update Column Values dialog box – PB Docs 2022
To display the Update Column Values dialog box In the Script view or Function painter, select Edit>Paste Special>SQL>Update from the menu bar or click the Paste SQL button on the PainterBar and select Update and select a table to update. Document get from Powerbuilder help Thank you for watching.
DragAuto – PB Docs 2022
DragAuto property for PowerScript controls Applies to Draggable controls Description The DragAuto property determines whether PowerBuilder puts the control into drag mode automatically. If the property is enabled, when the user clicks the control and starts dragging it, PowerBuilder puts the control in drag mode. Clicking the control triggers a DragDrop event, not a Clicked…
PBORCA_SccGetLatestVersion – PB Docs 2022
PBORCA_SccGetLatestVersion Description Retrieves the latest version of files from the SCC provider. Syntax
|
1 2 3 |
INT PBORCA_SccGetLatestVer ( HPBORCA hORCASession, Long nFiles, LPTSTR *ppFileNames ); |
Argument Description hORCASession Handle to previously established ORCA session nFiles Number of files to be retrieved *ppFileNames Names of files to be retrieved Return value INT. Typical return codes are: Return code Description 0 PBORCA_OK Operation successful -22 PBORCA_SCCFAILURE Operation failure…
Developing Distributed Applications – PB Docs 2022
Developing Distributed Applications Contents Distributed Application Development with PowerBuilder Building a COM or COM+ Client This part describes tools and techniques for building distributed applications with PowerBuilder. Document get from Powerbuilder help Thank you for watching.
Y – PB Docs 2022
Y property for PowerScript controls Applies to Controls, windows, PDFVisibleContent, PDFImage, PDFImportContent, PDFMultilineText, PDFRichText, PDFSharedText, PDFText Description The Y property specifies the Y coordinate of an object or control. The Y coordinate is the distance from the top of the window or user object. If the object is a main window or custom user object,…
Dot notation – PB Docs 2022
Dot notation Dot notation lets you qualify the item you are referring to instance variable, property, event, or function with the object that owns it. Dot notation is for objects. You do not use dot notation for global variables and functions, because they are independent of any object. You do not use dot notation for…
Export.XML.Template[ ].Name – PB Docs 2022
Export.XML.Template[ ].Name property (DataWindow object) Description The name of an XML export template associated with a DataWindow object. Applies to DataWindow objects Syntax PowerBuilder dot notation:
|
1 |
dw_control.Object.DataWindow.Export.XML.Template[num ].Name |
Describe argument:
|
1 |
"DataWindow.Export.XML.Template[num ]Name" |
Parameter Description num (exp) A long specifying the index of the export template Usage This property is used to get the names of the XML…
DBConfigSection – PB Docs 2022
DBConfigSection database parameter Description Specifies the section in a .NET configuration file to be used to specify custom configuration settings. When to specify DBConfigSection You must specify a value for DBConfigSection before connecting to the database. Applies to ADO.NET Syntax
|
1 |
DBConfigSection='value' |
Parameter Description value A string that specifies the section in a .NET configuration file…