Re: report with lines
- From: "christophe" <nothingtosend@xxxxxxxxx>
- Date: Fri, 10 Oct 2008 08:44:12 +0200
That sounds interesting.
Any advice on how to use GDI+ or where to start looking.
I have no idea on how to use GDI+.
regards
christophe
"Cathy Pountney" <cathy@xxxxxxxxxxxxxxxx> schreef in bericht
news:uT5tJyiKJHA.3080@xxxxxxxxxxxxxxxxxxxxxxx
Once you start using stretchable fields all ability to assume and
calculate the lines need goes out the door. The only alternative I can
think of is to use a Report Listener that does some monitoring to figure
out where the last line was drawn, and then use GDI+ to manually draw the
extra lines on the page to fill up to the footer band.
Cathy Pountney
"christophe" <nothingtosend@xxxxxxxxx> wrote in message
news:%23JeWa6hKJHA.5460@xxxxxxxxxxxxxxxxxxxxxxx
That is indeed a quick and dirty way.
Unfortunataly I allready do that.
(except I print a line in the detailband)
But now I've changed the textbox in the report
to "stretch with overflow"
So some detaillines are heigher then others.
And that is something I don't know how to deal with
regards
christophe
"Stephen Ibbs" <stephen@xxxxxxxxxxxxxxxxxxxxxx> schreef in bericht
news:eEdSDphKJHA.4280@xxxxxxxxxxxxxxxxxxxxxxx
A quick and dirty way would be to append sufficient blank records to your
print cursor to fill the page, and then alter each report expression so
that if the field is empty, use the replicate() function to print the
underline character.
Sincerely
Stephen
"christophe" <nothingtosend@xxxxxxxxx> wrote in message
news:uM7ABngKJHA.3808@xxxxxxxxxxxxxxxxxxxxxxx
Hi,
In vfp9 how can I fill up the whole page of a report with lines ?
for example
I have a report (invoice) with only 3 detaillines.
So there is a lot of blank spaces.
I want to fill that up with horizontal lines until the bottom of the
page.
Only the detailband, no page footer.
kind regards
christophe
.
- Follow-Ups:
- Re: report with lines
- From: user
- Re: report with lines
- From: Cathy Pountney
- Re: report with lines
- References:
- report with lines
- From: christophe
- Re: report with lines
- From: Stephen Ibbs
- Re: report with lines
- From: christophe
- Re: report with lines
- From: Cathy Pountney
- report with lines
- Prev by Date: Problem while sending mail
- Next by Date: Re: ASP.net
- Previous by thread: Re: report with lines
- Next by thread: Re: report with lines
- Index(es):
Relevant Pages
|