Whether connecting lines display to connect parents and children in the DataWindow object.
TreeView DataWindows
PowerBuilder dot notation:
dw_control.Object.DataWindow.Tree.ShowConnectLines
Describe and Modify argument:
"DataWindow.Tree.ShowConnectLines{ = value }"
Parameter |
Description |
---|---|
value |
A boolean value that indicates whether lines connecting parents and children display in the DataWindow object. Values are:
|
Select the Show Lines check box on the General page in the Properties view. If you want to show lines connecting rows in the detail band to their parent, you must also select ShowLeafNodeConnectLines.
boolean lb_ShowLines lb_ShowLines = & dw_1.Object.DataWindow.Tree.ShowConnectLines dw_1.Object.DataWindow.Tree.ShowConnectLines='yes'