home *** CD-ROM | disk | FTP | other *** search
- on dummy
- set R to rect(0, 250, 500, 580)
- set vline to the left of R + 30
- set vLine2 to the left of R + 300
- set vLine3 to the left of R + 390
- set vLine4 to the left of R + 480
- set hline to the top of R + 33
- set leading to 15
- printer(mtextbox, 0, the top of R, printer(mgetpagewidth), the bottom of R + 10, 0)
- appendstyledtext(printer, the number of member "Anzahl3", 0)
- printer(mtextbox, vline + 3, the top of R, printer(mgetpagewidth), the bottom of R + 10, 0)
- appendstyledtext(printer, the number of member "Name3", 0)
- printer(mtextbox, vLine2 + 3, the top of R, printer(mgetpagewidth), the bottom of R + 10, 0)
- appendstyledtext(printer, the number of member "EPreis3", 0)
- printer(mtextbox, vLine3 + 3, the top of R, printer(mgetpagewidth), the bottom of R + 10, 0)
- appendstyledtext(printer, the number of member "GPreis3", 0)
- printer(mline, vline, the top of R, vline, the bottom of R)
- printer(mline, vLine2, the top of R, vLine2, the bottom of R)
- printer(mline, vLine3, the top of R, vLine3, the bottom of R)
- printer(mline, vLine4, the top of R, vLine4, the bottom of R)
- repeat with cnt = 1 to the number of lines in field "Anzahl2" - 2
- printer(mline, the left of R, hline, the right of R, hline)
- set hline to hline + leading
- end repeat
- end
-