AfterBand Event
Visual FoxPro 9.0 SP2 |
AfterBand Event |
See Also |
![]() |
Occurs directly after the Report System finishes processing a report band.
PROCEDURE Object.AfterBand
LPARAMETERS nBandObjCode, nFRXRecNo |
Parameters
Visual FoxPro passes the AfterBand event parameters in the following order:
- nBandObjCode
-
Integer data type, specifying the type of band, as stored in the ObjCode field of the report or label definition file (frx or lbx).
Recognized numeric values for nBandObjCode are documented in the 60FRX.DBF table in the FILESPEC directory, as follows:
0
Title
1
Page Header
2
Column Header
3
Group Header
4
Detail
5
Group Footer
6
Column Footer
7
Page Footer
8
Summary
9
Detail Header
10
Detail Footer
For more information about 60FRX, see Table Structures of Table Files (.dbc, .frx, .lbx, .mnx, .pjx, .scx, .vcx).
- nFRXRecno
-
Integer data type, specifying the record number in the report or label definition file (frx or lbx) describing the layout element being rendered.
Remarks
See Also
© , 1996-2020 • Updated: 11/10/20
Comment or report problem with topic