Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Microsoft Office > Access and Access VBA > Access VBA
|
Access VBA Discuss using VBA for Access programming.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Access VBA section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old August 4th, 2003, 05:18 AM
Registered User
 
Join Date: Aug 2003
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Default Exporting reports with embedded images

Hello everyone,

I would appreciate some advice on how to keep an embedded signature image (or two) within a report that is exported as an rtf file. It seems to be lost during the export process and I have to manually insert the image after the export.

Thanks,
Karen.

 
Old August 6th, 2003, 11:47 AM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 196
Thanks: 0
Thanked 0 Times in 0 Posts
Default

If you send the report as an .rtf type file, all of the graphics associated with it will be nuked. This includes lines, shading, etc.

I get around it by sending the report as a snapshot (.snp) file type. Snapshots retain all the graphics. The only negative is that the end user who receives the e-mail will not be able to edit the report.

Try e-mailing the report to yourself in both formats and see the difference.

Rand
 
Old August 6th, 2003, 03:14 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 1,151
Thanks: 2
Thanked 14 Times in 14 Posts
Send a message via ICQ to SerranoG Send a message via AIM to SerranoG
Default

Quote:
quote:Originally posted by rgerald
Snapshots retain all the graphics. The only negative is that the end user who receives the e-mail will not be able to edit the report.
Hmmm... I would see that as a positive. Other than you, no one should be able to edit the contents of a report. In fact, in Access you edit the data via a form, you never edit a report. Report is output only.

Greg Serrano
Michigan Dept. of Environmental Quality, Air Quality Division
 
Old August 8th, 2003, 04:56 AM
Registered User
 
Join Date: Aug 2003
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Default


OK.... What application do you need to view a snapshop? What I mean is, will anyone be able read it with a basic setup?

Thanks for you reply.
 
Old August 8th, 2003, 06:38 AM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 120
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Karen

The snapshot viewer is one of the optional bits of the the Office 2k & XP installs. You'll need to check with your IT people to see if it's part of your standard PC build.

If not, you can download an installation file from microsoft - it's a tiny download, and takes about five seconds to run.


Brian Skelton
Braxis Computer Services Ltd.
 
Old August 8th, 2003, 10:39 AM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 196
Thanks: 0
Thanked 0 Times in 0 Posts
Default

I have a snapshot viewer on my Windows '98 system here at work. I thought it was a standard package.

Rand





Similar Threads
Thread Thread Starter Forum Replies Last Post
how to display images embedded in a database . jia ASP.NET 1.0 and 1.1 Basics 2 August 1st, 2007 03:58 PM
displaying images embedded in database jia ASP.NET 1.0 and 1.1 Basics 1 July 5th, 2007 07:06 AM
VB6 App with embedded Crystal Reports(DSR) fparker Beginning VB 6 0 February 27th, 2007 12:03 PM
Error on Excel Pivotchart embedded images. tortugo Excel VBA 0 March 15th, 2006 12:30 PM
Getting images embedded in Word aniket123 Word VBA 0 February 27th, 2006 06:24 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.