Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

printing Starting grid

edited January 2002 in General
LS,

I have to do a report, which will print a startgrid, based on practice-times
in bike-racing.
Thins means, that I have to print a grid as next:

nr 1 on the left, nr 2 on the rightside, but a little bit lower
nr 3 again on the left, nr 4 again richt, but again lower

1
2
3
4 and so on.


Is this possible with ReportBuilder and if yes, how can I do this?

Thanx,
Geert Guchelaar

Comments

  • edited January 2002
    You'll have to dynamically set the Left property of the dbText in the
    DetailBand's BeforePrint event. Set the width of the detail band to the
    width of the page. Since one record will print on detail band, then the
    detail bands will stack- to give you the 'little bit lower' behavior.


    Cheers,

    Jim Bennett
    Digital Metaphors


This discussion has been closed.