Performing some final housekeeping – PB Docs 2018
Performing some final housekeeping When your application has finished processing pipelines, you need to make sure it takes care of a few cleanup chores. These chores basically involve releasing the resources you obtained at the beginning to support pipeline execution. Garbage collection You should avoid using the DESTROYÂ statement to clean up resources unless you are…
Export.XML.HeadGroups – PB Docs 2019
Export.XML.HeadGroups property (DataWindow object) Description Setting that causes elements, attributes, and all other items above the Detail Start element in an XML export template for a group DataWindow to be iterated for each group in the exported XML. Applies to DataWindow objects Syntax PowerBuilder dot notation:
1 |
dw_control.Object.DataWindow.Export.XML.HeadGroups |
Describe and Modify argument:
1 |
"DataWindow.Export.XML.HeadGroups { = 'value ' }" |
Parameter Description value…
AutoCommit – PB Docs 2019
AutoCommit database preference Description For those DBMSs and database interfaces that support it, AutoCommit controls whether PowerBuilder issues SQL statements outside or inside the scope of a transaction. When AutoCommit is set to False (the default), PowerBuilder issues SQL statements inside the scope of a transaction. When AutoCommit is set to True, PowerBuilder issues SQL…
Collapse – PB Docs 2021
Collapse method (DataWindows) Description Collapses a group in a TreeView DataWindow that has the specified TreeView level and includes the specified row. Applies to DataWindow type Method applies to PowerBuilder DataWindow control Syntax PowerBuilder
1 |
Integer dw_control.Collapse(long row, long groupLevel) |
Argument Description dw_control A reference to a TreeView-style DataWindow control row The number of the row that belongs to the…
BorderStyle – PB Docs 2022
BorderStyle constant (DataWindows) Description Values for specifying the border style of the DataWindow control. PowerBuilder only. Used for the Border property of the DataWindow control. Values PowerBuilder enumerated value Numeric value Meaning StyleBox! 2 The DataWindow control is surrounded by a rectangular box without any shading StyleLowered! 5 The control has a 3D border with…
Copying Phrase Markings to Another Language – PB Docs 2022
Copying Phrase Markings to Another Language After extracting phrases and marking them for one language, you can copy the phrase markings to other languages, instead of repeating the extraction and marking process. You can copy phrase markings across languages in different projects, not just across the languages within a single project. To copy phrase markings…