Whether lines connecting leaf nodes (rows in the detail band) to their parent display in the DataWindow object.
TreeView DataWindows
PowerBuilder dot notation:
dw_control.Object.DataWindow.Tree.ShowLeafNodeConnectLines
Describe and Modify argument:
"DataWindow.Tree.ShowLeafNodeConnectLines{ = value } "
Parameter |
Description |
---|---|
value |
A boolean value that indicates whether lines connecting rows in the detail band to their parent display in the DataWindow object. Values are:
|
Select the Connect Leaf Nodes check box on the General page in the Properties view. This box is disabled if the Show Connect Lines box is not selected.
ls_ShowLeafLines = dw_1.Object.DataWindow.Tree. ShowLeafNodeConnectLines
dw_1.Object.DataWindow.Tree.ShowLeafNodeConnectLines = 'yes'