The band or layer in the DataWindow object that contains the control. The returned text is one of the following, where # is the level number of a group: detail, footer, header, header.#, summary, trailer.#, tree.level.#, foreground, background.
Button, Column, Computed Field, Graph, GroupBox, Line, OLE, Oval, Picture, Rectangle, Report, RoundRectangle, TableBlob, and Text controls
PowerBuilder dot notation:
dw_control.Object.controlname.Band
Describe and Modify argument:
"controlname.Band"
Parameter |
Description |
---|---|
controlname |
The name of the control within the DataWindow for which you want the band it occupies |
Select the control and set the value in the Properties view, Position tab, Layer option. When the control’s layer is Band, you can drag the control into another band.
ls_data = dw1.Object.emp_title.Band
ls_data = dw1.Describe("emp_title.Band")