Band

Description

Values identifying the band containing the insertion point in a DataWindow control.

In PowerBuilder, band values are returned by the Position method for a RichTextEdit DataWindow.

Values

PowerBuilder enumerated value

Web DataWindow

Numeric value

Meaning

Detail!

Detail

0

The detail band

Header!

Header

1

The header band

Footer!

Footer

2

The footer band

NoteWeb DataWindow If you are calling the SetPosition method in a server-side Web DataWindow object, you could use a string value for the DataWindow band with or without the exclamation point. For example, you could use Detail or Detail! to specify the detail band.