Drawing lines and boxes

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • taccea

    Drawing lines and boxes

    I have data for an insurance (HCFA) i'm printing.
    I need to draw the undelying lines on the entire page, then overlay the data
    on it.
    How do I do this?

    Any suggestions appreciated.

    Taccea


  • Salad

    #2
    Re: Drawing lines and boxes

    taccea wrote:[color=blue]
    > I have data for an insurance (HCFA) i'm printing.
    > I need to draw the undelying lines on the entire page, then overlay the data
    > on it.
    > How do I do this?
    >
    > Any suggestions appreciated.
    >
    > Taccea
    >[/color]

    Scan it in and use as the form/reports background

    Comment

    • taccea

      #3
      Re: Drawing lines and boxes

      this sounds like a better idea, how do I put it in after I have my scanned
      image?

      Thanks
      Taccea
      "Salad" <oil@vinegar.co m> wrote in message
      news:uz%Bc.1421 4$Wr.1865@newsr ead1.news.pas.e arthlink.net...[color=blue]
      > taccea wrote:[color=green]
      > > I have data for an insurance (HCFA) i'm printing.
      > > I need to draw the undelying lines on the entire page, then overlay the[/color][/color]
      data[color=blue][color=green]
      > > on it.
      > > How do I do this?
      > >
      > > Any suggestions appreciated.
      > >
      > > Taccea
      > >[/color]
      >
      > Scan it in and use as the form/reports background
      >[/color]


      Comment

      • Rick Brandt

        #4
        Re: Drawing lines and boxes

        "taccea" <taccea@adelphi a.net> wrote in message
        news:XaednYZl89 BsCEXdRVn-uw@adelphia.com ...[color=blue]
        > this sounds like a better idea, how do I put it in after I have my[/color]
        scanned[color=blue]
        > image?[/color]

        It's actually relatively easy to draw lines and boxes using the LineDraw
        method in the Page event of the report. Using that event your lines and
        boxes can span across report sections.


        --
        I don't check the Email account attached
        to this message. Send instead to...
        RBrandt at Hunter dot com


        Comment

        • Salad

          #5
          Re: Drawing lines and boxes

          taccea wrote:[color=blue]
          > this sounds like a better idea, how do I put it in after I have my scanned
          > image?
          >
          > Thanks
          > Taccea
          > "Salad" <oil@vinegar.co m> wrote in message
          > news:uz%Bc.1421 4$Wr.1865@newsr ead1.news.pas.e arthlink.net...
          >[color=green]
          >>taccea wrote:
          >>[color=darkred]
          >>>I have data for an insurance (HCFA) i'm printing.
          >>>I need to draw the undelying lines on the entire page, then overlay the[/color][/color]
          >
          > data
          >[color=green][color=darkred]
          >>>on it.
          >>>How do I do this?
          >>>
          >>>Any suggestions appreciated.
          >>>
          >>>Taccea
          >>>[/color]
          >>
          >>Scan it in and use as the form/reports background
          >>[/color][/color]

          This should give you some pointers. Click Forms/New/FormWizard. Select
          the table, add a couple of fields, and layout. You are then asked for
          the Style...select clouds or International. Finish it up. Open up the
          form to modify the design. Open the property sheet for the form and
          click the Format tab. Scroll down. You'll see the picture options; the
          file, whether to clip or strecth, embed, etc. You can change the file
          to your graphic template file. You would then overlay the entry
          sections with your fields in the table.

          The same properties are in Reports. So the image would be the
          background and overlay the output areas with your recordsource fields.

          I saw an article on this shortly after MS Access 2.0 came out. If
          people are used to these forms, then the input/output are what they come
          to expect.

          Comment

          • MacDermott

            #6
            Re: Drawing lines and boxes

            You can set the form's background to your scanned image, but I've had a
            terrible time trying to place things correctly relative to the lines on the
            image.
            I've had much better luck adding an image control to display the scanned
            image, then "sending it to back".

            Remember, too, that scanned images are often quite large, and Access will
            multiply the size of the bitmap several times, so if you do this much,
            you're likely to find yourself with an enormous database.

            HTH
            - Turtle

            "Salad" <oil@vinegar.co m> wrote in message
            news:765Cc.1080 6$w07.6270@news read2.news.pas. earthlink.net.. .[color=blue]
            > taccea wrote:[color=green]
            > > this sounds like a better idea, how do I put it in after I have my[/color][/color]
            scanned[color=blue][color=green]
            > > image?
            > >
            > > Thanks
            > > Taccea
            > > "Salad" <oil@vinegar.co m> wrote in message
            > > news:uz%Bc.1421 4$Wr.1865@newsr ead1.news.pas.e arthlink.net...
            > >[color=darkred]
            > >>taccea wrote:
            > >>
            > >>>I have data for an insurance (HCFA) i'm printing.
            > >>>I need to draw the undelying lines on the entire page, then overlay the[/color]
            > >
            > > data
            > >[color=darkred]
            > >>>on it.
            > >>>How do I do this?
            > >>>
            > >>>Any suggestions appreciated.
            > >>>
            > >>>Taccea
            > >>>
            > >>
            > >>Scan it in and use as the form/reports background
            > >>[/color][/color]
            >
            > This should give you some pointers. Click Forms/New/FormWizard. Select
            > the table, add a couple of fields, and layout. You are then asked for
            > the Style...select clouds or International. Finish it up. Open up the
            > form to modify the design. Open the property sheet for the form and
            > click the Format tab. Scroll down. You'll see the picture options; the
            > file, whether to clip or strecth, embed, etc. You can change the file
            > to your graphic template file. You would then overlay the entry
            > sections with your fields in the table.
            >
            > The same properties are in Reports. So the image would be the
            > background and overlay the output areas with your recordsource fields.
            >
            > I saw an article on this shortly after MS Access 2.0 came out. If
            > people are used to these forms, then the input/output are what they come
            > to expect.
            >[/color]


            Comment

            Working...