473,511 Members | 10,974 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Using a picture (Form Template) as background in a report?

Hi:

I have a Bill of Lading template from the printer that I saved as a BMP.
I created a new report and in the report's picture property told it
the BMP file name. It brought the image in just fine. I then placed
the fields in the report. Then I previewed the report. The picture
resized or something and all of my nice fields were no longer in the
same position. It didn't make any difference if I selected Crop, Zoom,
or Stretch....the image would resize or something and all of the fields
went somewhere else.

I was able to correct it by putting an image control in the DETAIL band
section and sending it to the background and sending the fields to the
front. And it works fine...except for emailing it.

But I have a problem. My next report needs to use an image for a
packing list. The image is 8.5x11. In it I will have a form/subreport.
The BOL was a piece of cake since it only used the detail band. But
with the packing list I'll want to have 2 or 3 bands as it is a 1-many
report.

Is there anything I can do to "anchor" the image so it doesn't float all
over the place and I can be assured that my fields remain in the same
position?
Nov 13 '05 #1
6 8168
MLH
Salad: If I had been in your position, I would have tried the report's
picture property first too. One would certainly think that best. Did
you have picture tiling turned off? Too bad you had to go with an
image control. I think it would be more difficult to manage.

Tell me what you think the best way to save an 8.5x11 pdf to a
bitmap or other file format might be. Try the one here as an
experiment:
http://www.ncdot.org/dmv/forms/licen...load/LT260.pdf
Access 97 cannot display PDF images. I need to convert it to some-
thing A97 likes.

xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx xxx

Hi:

I have a Bill of Lading template from the printer that I saved as a BMP.
I created a new report and in the report's picture property told it
the BMP file name. It brought the image in just fine. I then placed
the fields in the report. Then I previewed the report. The picture
resized or something and all of my nice fields were no longer in the
same position. It didn't make any difference if I selected Crop, Zoom,
or Stretch....the image would resize or something and all of the fields
went somewhere else.

I was able to correct it by putting an image control in the DETAIL band
section and sending it to the background and sending the fields to the
front. And it works fine...except for emailing it.

But I have a problem. My next report needs to use an image for a
packing list. The image is 8.5x11. In it I will have a form/subreport.
The BOL was a piece of cake since it only used the detail band. But
with the packing list I'll want to have 2 or 3 bands as it is a 1-many
report.

Is there anything I can do to "anchor" the image so it doesn't float all
over the place and I can be assured that my fields remain in the same
position?


Nov 13 '05 #2
MLH
Salad, why do you suppose it is that the initial problem you mentioned
is a problem at all? I tried it and you are exactly correct in your
details on the problem. I think it has much to do with printer margin
settings, actual image size, etc.

<censored>

It brought the image in just fine. I then placed
the fields in the report. Then I previewed the report. The picture
resized or something and all of my nice fields were no longer in the
same position. It didn't make any difference if I selected Crop, Zoom,
or Stretch....the image would resize or something and all of the fields
went somewhere else.

I was able to correct it by putting an image control in the DETAIL band
section and sending it to the background and sending the fields to the
front. And it works fine...except for emailing it.

Too bad it came to this. Image controls are much more difficult to
work with, IMO. I'm sure someone has found a way to precisely
size a BMP image file, use it in the picture property of a report and
display the report and superimposed textbox controls. Lets poll the
group and find out who's overcome this difficulty.
Nov 13 '05 #3
MLH
Salad, try this...

Go to the
http://www.ncdot.org/dmv/forms/licen...load/LT260.pdf
link. You'll see a PDF image of an NCDMV form. Print it out. Measure
the area
occupied by text. You'll see that the text occupies an area measuring
close
to 7" wide by 9" tall. Measure the LRTB margins closely. You'll see
that they
are .75" and the bottom is 1.25".

My PDF reader has an image select tool that works fine (Adobe PDF
reader).
Select ONLY that 9x7 area. Everything outside your selection box
should be clear white space. Rite
clik inside your selection box and choose "copy". Open up MS Paint and
paste it in there. Save it as
a jpeg. Now, to Access. I'm using A97. Dunno what you are using. Would
be nice if you could do it
in A97 just for giggles.

Open a new report. Click File, Page Setup and set all margins to .75"
except the bottom. Set it to 1.25"
Get rid of the report header/footer. Size the Detail section to 7"
wide and 9" high. Enter the file you
saved for the report's Picture property setting. Picture Type:
Embedded, Picture Size Mode: Stretch.

Does it appear to you that the top .25" or so of the image is cut off?
I'm talking about in design mode.
It does for me. When I print preview or actually print, all is
visible. Its as if, in design mode, the picture
shifted up about 1/4". If I place my fields on the image as I see it
in design mode, when I print the
report, they are all too high - and yes, they are about 1/4" too high.
I think if I drop them all down
about 1/4", the data will appear in the desired positions in the
actual printout. It was a bear getting
it all that close. This is not the most elegant solution, but it does
offer consistency of printed output.
You may have to adjust the position of a few controls in design view
to 'massage' them into place.
But once done, its done for good. In design view, the controls will
appear out of place. But they'll
fall exactly where you want them on your printouts.
Nov 13 '05 #4
MLH wrote:
Salad, try this...

Go to the
http://www.ncdot.org/dmv/forms/licen...load/LT260.pdf
link. You'll see a PDF image of an NCDMV form. Print it out. Measure
the area
occupied by text. You'll see that the text occupies an area measuring
close
to 7" wide by 9" tall. Measure the LRTB margins closely. You'll see
that they
are .75" and the bottom is 1.25".

My PDF reader has an image select tool that works fine (Adobe PDF
reader).
Select ONLY that 9x7 area. Everything outside your selection box
should be clear white space. Rite
clik inside your selection box and choose "copy". Open up MS Paint and
paste it in there. Save it as
a jpeg. Now, to Access. I'm using A97. Dunno what you are using. Would
be nice if you could do it
in A97 just for giggles.

Open a new report. Click File, Page Setup and set all margins to .75"
except the bottom. Set it to 1.25"
Get rid of the report header/footer. Size the Detail section to 7"
wide and 9" high. Enter the file you
saved for the report's Picture property setting. Picture Type:
Embedded, Picture Size Mode: Stretch.

Does it appear to you that the top .25" or so of the image is cut off?
I'm talking about in design mode.
It does for me. When I print preview or actually print, all is
visible. Its as if, in design mode, the picture
shifted up about 1/4". If I place my fields on the image as I see it
in design mode, when I print the
report, they are all too high - and yes, they are about 1/4" too high.
I think if I drop them all down
about 1/4", the data will appear in the desired positions in the
actual printout. It was a bear getting
it all that close. This is not the most elegant solution, but it does
offer consistency of printed output.
You may have to adjust the position of a few controls in design view
to 'massage' them into place.
But once done, its done for good. In design view, the controls will
appear out of place. But they'll
fall exactly where you want them on your printouts.


Thanks. I will check out your suggestions. Yes, this all may be due to
the margins of the printer, etc. It's funny that MS offers a picture,
(back in Access 2.0 was out there was a story about using an IRS 1040
form as the input background on a form in Access Advisor) and not have
the print match the field locations. Maybe they'll have "anchored" the
pictures in the the new upcoming Access 12.
Nov 13 '05 #5
MLH
<snip>
I'm serious. I mean, do they have a suggestion box or something.
It could be that anchoring, having been overlooked for a decade
may never have been suggested or thought of. Maybe the MVP's
in this forum could make the suggestion.

Thanks. I will check out your suggestions. Yes, this all may be due to
the margins of the printer, etc. It's funny that MS offers a picture,
(back in Access 2.0 was out there was a story about using an IRS 1040
form as the input background on a form in Access Advisor) and not have
the print match the field locations. Maybe they'll have "anchored" the
pictures in the the new upcoming Access 12.


Nov 13 '05 #6
MLH wrote:
<snip>
I'm serious. I mean, do they have a suggestion box or something.
It could be that anchoring, having been overlooked for a decade
may never have been suggested or thought of. Maybe the MVP's
in this forum could make the suggestion.
I am of the opinion that MS does not pay attention to the developers.
If you are a corporate bigwig at a major corporation that orders 10000
copies of office or if you are a talking head that doesn't write
applications but instead figures out esoteric solutions to something you
will get heard...but day-to-day developers?...nah, they aren't important.

I think MS has a wish-list link that is probably used to let developers
rant...a great place to circular file people...not a place to get
suggestions.

I would think that if MS had someone monitoring the newsgroups they'd
determine areas they are deficient in and could make things better, but
doing something like that would be too easy. Better to listen to
talking heads and IT managers that don't develop applications.
Thanks. I will check out your suggestions. Yes, this all may be due to
the margins of the printer, etc. It's funny that MS offers a picture,
(back in Access 2.0 was out there was a story about using an IRS 1040
form as the input background on a form in Access Advisor) and not have
the print match the field locations. Maybe they'll have "anchored" the
pictures in the the new upcoming Access 12.


Nov 13 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
2888
by: RC | last post by:
I can't quite grasp the concept of creating custom reports depending upon what options a user picks on a Form. For example, the user clicks on a "Print Reports" button and a Form pops up. On the...
7
2416
by: Mike | last post by:
I have to pass a date from a form to a report query. I have written a query that works fine when I execute from SQL view, But I dont know how to pass a value from the form to this query. SELECT...
3
11054
by: pelcovits | last post by:
I am trying to set up an unbound form to enter report criteria. I've followed the MS Office Assistance document: "Create a form to enter report criteria" which describes how to enter data (such...
3
3397
by: StBond | last post by:
Hi everyone, I am new to Access and Visual Basic so things my be getting across a bit cloudy. I only started using VB for one week. I am having a little problem with the database that I am...
0
11524
by: Anniech | last post by:
I use VB.NET to integrate with crystal report 9.0 to print a report with custom paper size (using Dot Matrix printer). I have already added a custom paper size in the printer server and set the...
2
1288
by: yxq | last post by:
I want to build a picture form, how to do? Thank you
6
9377
by: Dave | last post by:
On my form I have combo boxes. These combo boxes, after updating them, populate respective listboxes that are located below the combo boxes on the same form. I am trying to use a "generate...
6
10471
by: iheartvba | last post by:
Hi, I am trying to link a picture to an access report as follows: 1. The location of the Picure is stored as a hyperlink field in a table 2. The On Load Event of the report triggers the...
3
4613
by: atiullah | last post by:
I want to insert a picture in the background of the plot area in ms excel using visual basic macro...How can it be done..Please help
0
7245
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7144
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7356
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7427
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
7085
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
7512
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
3227
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
1
785
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
449
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.