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 March 4th, 2005, 10:28 AM
Friend of Wrox
 
Join Date: Mar 2004
Posts: 3,069
Thanks: 0
Thanked 10 Times in 10 Posts
Default View .jpg with Windows Picture and Fax Viewer

Folks,

   I have a database with images associated to patient records. The images (scanned docs stored as .jpg's) are stored on the network, and when you open a form, a small picture of the image is displayed on the form. On the same form I have a button that opens the image in IE, like this:

'==========
Private Sub btnViewImage_Click()

    Dim stLink As String
    Dim objExplorer As Variant

    stLink = Me.txtImageName

    Set objExplorer = CreateObject("InternetExplorer.Application")
        objExplorer.Navigate stLink
        objExplorer.Visible = 1

End Sub
'==========

   This opens the image with IE. The problem is that the image is either too large or too small, and when you print, it only prints the upper left side of the image (because it's too large.)

   I would like to open the image in Windows Picture and Fax Viewer because it scales better and prints better. The problem is that this viewer is more a function of Windows Explorer, and not its own Application, that I can figure.

   Perhaps there is a "CreateObject("WindowsViewer.Application") sort of call, or a way to call the .jpg, which would open with its default viewer.

   HELP!

Thanks,

mmcdonal
__________________
mmcdonal

Look it up at: http://wrox.books24x7.com
 
Old March 10th, 2006, 05:13 AM
Registered User
 
Join Date: Mar 2006
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Hello,


I hope this message finds you well. Thanks for the opportunity to brief you our cost effective services in Document Image Processing (DIP).



Our solution:

your fax server re-sends image files to our email address;
we change image file name to a reference mentioned on it;
then files are sent to your FTP Server, email address or attached to web form;
thus you can use names of image files as references in order to post e-documents to the designated cells of a database.
You may try 3 days for free!!! The free trial period can be prolonged!!!

For detail information welcome to our website http://www.alcom.od.ua



Kind Regards,
Konstantin

ALcom,

Sales Manager


e-mail: [email protected] or [email protected]



All things are difficult before they are easy (Thomas Fuller)





 ALcom offers a cost effective service in Document Image Processing (DIP).
For detail information welcome to our website http://www.alcom.od.ua

Kind Regards,
Konstantin
ALcom,
Sales Manager
e-mail: [email protected] or [email protected]

I hope this message finds you well. Thanks for the opportunity to brief you our cost effective services in Document Image Processing (DIP).

 

Our solution:

your fax server re-sends image files to our email address;
we change image file name to a reference mentioned on it;
then files are sent to your FTP Server, email address or attached to web form;
thus you can use names of image files as references in order to post e-documents to the designated cells of a database.
You may try 3 days for free!!! The free trial period can be prolonged!!!





Similar Threads
Thread Thread Starter Forum Replies Last Post
How to view picture by using form view? mysecondlove ASP.NET 2.0 Basics 1 April 8th, 2008 07:17 AM
FAX tsimsha Classic ASP Databases 1 September 8th, 2004 12:23 AM
OLE picture - accessing the picture property bdcrisp Excel VBA 0 December 7th, 2003 09:35 PM
FAX Server and sending fax onmesh Pro VB 6 0 October 6th, 2003 05:00 AM
default setting change picture/ fax viewer editor mateenmohd Classic ASP Basics 0 June 14th, 2003 03:15 PM





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