|
Home > Archive > FoxPro Help and Support > December 2005 > Report Bands...
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| Torsten 2005-12-09, 7:24 am |
| Hi @all,
does anybody now how to programatically find out
which objects in a report belong to which band?
For example, how to let my ReportListener find
out which objects are displayed in the Footer-Band.
Kind rgds, Torsten
| |
| Jay B 2005-12-09, 11:24 am |
| it goes by the vertical position in the report.
you would nneed t oget each bank, and find its vpos, then compare the
other objects to it.
Torsten wrote:
> Hi @all,
>
> does anybody now how to programatically find out
> which objects in a report belong to which band?
>
> For example, how to let my ReportListener find
> out which objects are displayed in the Footer-Band.
>
>
>
> Kind rgds, Torsten
>
>
|
|
|
|
|