Connecting Tech Pros Worldwide Forums | Help | Site Map

Drawing lines and boxes

taccea
Guest
 
Posts: n/a
#1: Nov 13 '05
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
Guest
 
Posts: n/a
#2: Nov 13 '05

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

taccea
Guest
 
Posts: n/a
#3: Nov 13 '05

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.com> wrote in message
news:uz%Bc.14214$Wr.1865@newsread1.news.pas.earthl ink.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]


Rick Brandt
Guest
 
Posts: n/a
#4: Nov 13 '05

re: Drawing lines and boxes


"taccea" <taccea@adelphia.net> wrote in message
news:XaednYZl89BsCEXdRVn-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


Salad
Guest
 
Posts: n/a
#5: Nov 13 '05

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.com> wrote in message
> news:uz%Bc.14214$Wr.1865@newsread1.news.pas.earthl ink.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.

MacDermott
Guest
 
Posts: n/a
#6: Nov 13 '05

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.com> wrote in message
news:765Cc.10806$w07.6270@newsread2.news.pas.earth link.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.com> wrote in message
> > news:uz%Bc.14214$Wr.1865@newsread1.news.pas.earthl ink.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]


Closed Thread