Re: Grow Vertical Line



Also thanks for pointing out that out-of-range 20,000 inch value. Even using
huge 5-foot wide plotters, I couldn't extend a line that far. And the 22
inch maximum length for an Access control/object would be exceeded.

David

"Marshall Barton" wrote:

Proposal Doctor wrote:

If I understand you correctly, I should have something like:


Private Sub Detail_Print(Cancel As Integer, PrintCount As Integer)

Me.ScaleMode = 1
Me.ForeColor = 0
Me.Line (5.5 * 1440, 0)-(5.5 * 1440, 14400), vbGreen
Me.Line (2.3 * 1440, 0)-Step(20, 20000 * 1440), vbRed

Me.Line (0.3 * 1440, Me.line1.Top)-(5 * 1440, Me.line2.Top), vbGreen


Well, I can't tell what you should have unless you explain
what you need more precisely. But, those three statements
seem rather odd to me. The first one draws a vertical line
5.5 inches from the left margin, starting at the very top of
the detail section and ending 10 inches down the detail
section. Since it is very unlikely that a single record's
detail section is anywhere near 10 inches high, it will be
cropped at the bottom of the detail section.

The red line is not even vertical (it slants by 20 twips)
and you specified its height at 20,000 inches, which is
ridiculous.

The third one starts 3/10 of an inch from the left margin
and at the vertical position of line1 (if that's the real
name of some horizontal(?) line). It then goes diagonally
down and to the right 4.7 inches until it reaches the top of
another horizontal(?) line named line2.

Does my description match anything like what actually
happened?

--
Marsh
MVP [MS Access]

.



Relevant Pages

  • Re: Feelin left out of it
    ... Measuring the distance with an engineering scale (0.02 inch increments), I have 0.04 inches. ... I note that the printer code reports the bottom margin as being 0.2 inches ... if anyone else would like to try the code and report the result I would ...
    (microsoft.public.vb.general.discussion)
  • How do I get VueScan to scan full pages from my hp LaserJet 3030 ADF?
    ... How do I get VueScan to scan full pages from my hp LaserJet 3030 Doc ... I have tried both PDF and TIF output, ... black mark about 1/8 inch by 1 inch, ... I can scan with the 8.5x14 page and see more than 13 inches, ...
    (comp.periphs.scanners)
  • Re: How do I get VueScan to scan full pages from my hp LaserJet 3030 ADF?
    ... Mark F wrote: ... I have tried both PDF and TIF output, ... black mark about 1/8 inch by 1 inch, ... I can scan with the 8.5x14 page and see more than 13 inches, ...
    (comp.periphs.scanners)
  • Re: ACCURACY of making templates on a printer
    ... online at some HP printers and the acceptable positioning tolerance seems to ... inches over the height of a 10 inch page. ... Private Const PHYSICALOFFSETX As Long = 112 ...
    (microsoft.public.vb.general.discussion)
  • Re: Add a logo to hard copy
    ... there are 2.54 real world centimeters in a real world inch. ... suppose that a system is running on a typical 19 inch monitor. ... size of the display). ... about 13.5 inches if it is a CRT monitor and about 14.5 inches if it is LCD ...
    (comp.lang.basic.visual.misc)

Loading