Hi: I have the following line:
DoCmd.SendObject acSendReport, "TestReport", _
"SnapshotFormat (*.snp)", _
"jo*****@nowhere.com", , , "Report Test", _
"Does it open correctly?", True
I have a report called TestReport. I dropped an image control in the
report, and imported a .BMP file into it as the report's background, and
sent it to back. I then dropped my fields on top of the image.
The BMP image is about 8.5 inches wide by 7.0 inches long.
I soon found out that although it prints fine, you can't send it with
SendObject using the normal formats. I went to Google and found
something about the Snapshot viewer. I checked by Access version and it
said I had service release 2.0. but using the Snapshot format didn't
help. I get a "IDocCmd failure" message.
I then went to MS support and downloaded the snapshot viewer
(Snpvw.exe). I installed it but I still get a "IDocCmd failure" ( I
suppose someone is having a poke at marriage) and wondered if my above
command is OK. Is the version OK for A97?
Does the viewer choke on big BMP files? Hmmmm....I guess it does. I
just made a copy of the report and removed the image and the viewer
worked. Hmmmm....
Do you have any suggestions. Is sending a report via PDF the only way
to do this? If so, any recommendations on a PDF program...preferably cheap? 4 2484
<Big Snip>
PDF995 - a swell solution. If so, any recommendations on a PDF program...preferably cheap?
On Thu, 22 Sep 2005 23:40:00 GMT, Salad <oi*@vinegar.com> wrote: Hi: I have the following line:
DoCmd.SendObject acSendReport, "TestReport", _ "SnapshotFormat (*.snp)", _ "jo*****@nowhere.com", , , "Report Test", _ "Does it open correctly?", True
I have a report called TestReport. I dropped an image control in the report, and imported a .BMP file into it as the report's background, and sent it to back. I then dropped my fields on top of the image.
The BMP image is about 8.5 inches wide by 7.0 inches long.
I soon found out that although it prints fine, you can't send it with SendObject using the normal formats. I went to Google and found something about the Snapshot viewer. I checked by Access version and it said I had service release 2.0. but using the Snapshot format didn't help. I get a "IDocCmd failure" message.
I then went to MS support and downloaded the snapshot viewer (Snpvw.exe). I installed it but I still get a "IDocCmd failure" ( I suppose someone is having a poke at marriage) and wondered if my above command is OK. Is the version OK for A97?
Does the viewer choke on big BMP files? Hmmmm....I guess it does. I just made a copy of the report and removed the image and the viewer worked. Hmmmm....
Do you have any suggestions. Is sending a report via PDF the only way to do this? If so, any recommendations on a PDF program...preferably cheap?
Hi
you can send .snp files as email attachments and the recipient can view them by double-
clicking them provided they have themselves installed the snapshot viewer, they don't
need Access. Not sure about the BMP problem.
if you use pdf, try http://www.cutepdf.com/Products/CutePDF/writer.asp
which is free, it installs as though it is a printer.
However when you print to it, it asks you to supply (or maybe just to confirm) the file
name, ok if you are donig it by hand but a nuisiance if it is automated. There was an
earlier thread on this and whether it required sendkeys (horror!).
I'm looking for something to convert a pdf to a BMP or other file
format that makes A97 happy. Haven't found anything as of yet.
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Hi you can send .snp files as email attachments and the recipient can view them by double- clicking them provided they have themselves installed the snapshot viewer, they don't need Access. Not sure about the BMP problem.
if you use pdf, try http://www.cutepdf.com/Products/CutePDF/writer.asp which is free, it installs as though it is a printer. However when you print to it, it asks you to supply (or maybe just to confirm) the file name, ok if you are donig it by hand but a nuisiance if it is automated. There was an earlier thread on this and whether it required sendkeys (horror!).
polite person wrote: On Thu, 22 Sep 2005 23:40:00 GMT, Salad <oi*@vinegar.com> wrote:
Hi: I have the following line:
DoCmd.SendObject acSendReport, "TestReport", _ "SnapshotFormat (*.snp)", _ "jo*****@nowhere.com", , , "Report Test", _ "Does it open correctly?", True
I have a report called TestReport. I dropped an image control in the report, and imported a .BMP file into it as the report's background, and sent it to back. I then dropped my fields on top of the image.
The BMP image is about 8.5 inches wide by 7.0 inches long.
I soon found out that although it prints fine, you can't send it with SendObject using the normal formats. I went to Google and found something about the Snapshot viewer. I checked by Access version and it said I had service release 2.0. but using the Snapshot format didn't help. I get a "IDocCmd failure" message.
I then went to MS support and downloaded the snapshot viewer (Snpvw.exe). I installed it but I still get a "IDocCmd failure" ( I suppose someone is having a poke at marriage) and wondered if my above command is OK. Is the version OK for A97?
Does the viewer choke on big BMP files? Hmmmm....I guess it does. I just made a copy of the report and removed the image and the viewer worked. Hmmmm....
Do you have any suggestions. Is sending a report via PDF the only way to do this? If so, any recommendations on a PDF program...preferably cheap?
Hi you can send .snp files as email attachments and the recipient can view them by double- clicking them provided they have themselves installed the snapshot viewer, they don't need Access. Not sure about the BMP problem.
The problem is that the Snapshot viewer can't handle large
images/pictures. Maybe it's good for thumbnails but it's not made for
any time of productions work. if you use pdf, try http://www.cutepdf.com/Products/CutePDF/writer.asp which is free, it installs as though it is a printer. However when you print to it, it asks you to supply (or maybe just to confirm) the file name, ok if you are donig it by hand but a nuisiance if it is automated. There was an earlier thread on this and whether it required sendkeys (horror!).
Yes, cutePDF works. I was hoping there was a way one could pass to it
the folder/file name. I doubt it would take anyone anytime at all, that
wrote cutePDF, to look for a file in it's current directory and if it
existed, write to the folder directory found in that text file. This thread has been closed and replies have been disabled. Please start a new discussion. Similar topics
by: Chuck Grimsby |
last post by:
For all of you who were looking for the free Snapshot viewer and were
wondering what the heck happened to it....
It's back!
...
|
by: Louis Eastwood |
last post by:
I am getting this error when trying to create a Snapshot report in
Access 97 on Win98 machine:
"Microsoft Access can't complete the Output...
|
by: Rick Brown |
last post by:
I'm trying to find a way to output a Access97 report to a file without
losing any of the formatting. The Microsoft Snapshot Viewer does this...
|
by: Daedalus |
last post by:
Hi
I'd like to use the snapshot file-format in order 2 send reports 2 my
customers. Unfortunately some of them are Mac-adepts. Is there a chance I...
|
by: tom |
last post by:
Hey All-
I've exported a report to Access's "snapshot" format and want to put
it on a website for users to view. However, when I click on the link...
|
by: Rick Brandt |
last post by:
Well, I am disappointed. We were using the Snapshot format to send a
report via Email for a returned goods document that we want the recipient
to...
|
by: bluedolphin |
last post by:
Hello All:
I have been brought onboard to help on a project that had some
performance problems last year. I have taken some steps to address...
|
by: Steven Taylor |
last post by:
Hope someone can help.
I have an application whereby in order to create one document type I
effectively print out 3 or 4 access reports in...
|
by: grant |
last post by:
Hi
I've copied Stephens code into my db, and can get it to work, but only
on "plain Jane" reports with no images.
Most of my reports has an...
|
by: Kemmylinns12 |
last post by:
Blockchain technology has emerged as a transformative force in the business world, offering unprecedented opportunities for innovation and...
|
by: Naresh1 |
last post by:
What is WebLogic Admin Training?
WebLogic Admin Training is a specialized program designed to equip individuals with the skills and knowledge...
|
by: jalbright99669 |
last post by:
Am having a bit of a time with URL Rewrite. I need to incorporate http to https redirect with a reverse proxy. I have the URL Rewrite rules made...
|
by: antdb |
last post by:
Ⅰ. Advantage of AntDB: hyper-convergence + streaming processing engine
In the overall architecture, a new "hyper-convergence" concept was...
|
by: Arjunsri |
last post by:
I have a Redshift database that I need to use as an import data source. I have configured the DSN connection using the server, port, database, and...
|
by: Matthew3360 |
last post by:
Hi,
I have been trying to connect to a local host using php curl. But I am finding it hard to do this. I am doing the curl get request from my web...
|
by: Carina712 |
last post by:
Setting background colors for Excel documents can help to improve the visual appeal of the document and make it easier to read and understand....
|
by: BLUEPANDA |
last post by:
At BluePanda Dev, we're passionate about building high-quality software and sharing our knowledge with the community. That's why we've created a SaaS...
|
by: Rahul1995seven |
last post by:
Introduction:
In the realm of programming languages, Python has emerged as a powerhouse. With its simplicity, versatility, and robustness, Python...
| |