SkipBands Method

You can prevent individual report bands from printing by calling skipBands() methods of the XFRX#INIT object.


Object.SkipBands(tcSkipBandList)

Parameters

tcSkipBandList

  A parameter is a string containing a comma delimited list of bands that will be skipped. The bands are represented by codes as stated in the following table:

BandCodeNote
TitleT
Page headerH
Column headerCH
Group headersGHXFRX 21.1
Group n header GHnnth group header
Detail headers DH
Detail n header DHn

nth detail header

XFRX 21.1

Detail D
Detail n Dn

nth detail header

XFRX 21.1

Detail n footer  DFn

nth detail footer

XFRX 21.1

Detail footers DF
Group n footer GFnnth group footer
Group footers  GFXFRX 21.1
Column footer CF
Page footer F
Summary S

Remarks

Applies To: XFRX#INIT


Examples

m.loXFRX=EVALUATE([xfrx("XFRX#INIT")])
m.loXFRX.skipBands("H,GH1,GF3,S")