Re: report with lines

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



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









.



Relevant Pages

  • Re: report with lines
    ... Any advice on how to use GDI+ or where to start looking. ... But now I've changed the textbox in the report ...
    (microsoft.public.fox.programmer.exchange)
  • Re: report with lines
    ... Regards ... Any advice on how to use GDI+ or where to start looking. ... 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. ... "christophe" wrote in message ...
    (microsoft.public.fox.programmer.exchange)
  • Re: report with lines
    ... There are classes in the FFC directory that work with GDI+. ... But now I've changed the textbox in the report ... Only the detailband, no page footer. ...
    (microsoft.public.fox.programmer.exchange)
  • Re: report with lines
    ... There are classes in the FFC directory that work with GDI+. ... 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. ... "christophe" wrote in message ... Only the detailband, no page footer. ...
    (microsoft.public.fox.programmer.exchange)
  • Re: In run time, is it possible to adjust the lenght & position of a field in a report form ?
    ... with Modify Report ... ... one of the overviews on what's new in the vfp9 reports designer. ...
    (microsoft.public.fox.programmer.exchange)