A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Using Forms
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Internet Photo on Form



 
 
Thread Tools Display Modes
  #1  
Old June 16th, 2006, 08:11 PM posted to microsoft.public.access.forms,microsoft.public.access.formsprogramming
external usenet poster
 
Posts: n/a
Default Internet Photo on Form

Is there a way to insert an image from the Internet onto an Access 2003
form?

Here's the background:
I need to place employee photos onto a form that displays information
about them.
The photos are only available over our intranet.
Each photo's URL uses the employee's ID number, so I can easily
reference the right URL
I want to call the image from the Web rather than trying to include the
photos into the DB.

I know I could call the images from a local directory, but how do I
insert Web images onto a form?

Thanks!

  #2  
Old June 18th, 2006, 08:52 PM posted to microsoft.public.access.forms
external usenet poster
 
Posts: n/a
Default Internet Photo on Form

Hi Bill

If your photos are on your company intranet then they must be stored on the
server in a source file. You can simply use this file as the source for the
photo link on your "emplyee" table (or what-ever you call it).

The main problem you will have is that is it almost certain that your
intranet picture will not be the right size for your OLE box on the access
form/page. You may need to link the internet photo server file with another
and re-sample all the pictures in the new file - use this new file as your
source.



Hope this helps.


--
Wayne
Manchester, England.



" wrote:

Is there a way to insert an image from the Internet onto an Access 2003
form?

Here's the background:
I need to place employee photos onto a form that displays information
about them.
The photos are only available over our intranet.
Each photo's URL uses the employee's ID number, so I can easily
reference the right URL
I want to call the image from the Web rather than trying to include the
photos into the DB.

I know I could call the images from a local directory, but how do I
insert Web images onto a form?

Thanks!


  #3  
Old June 20th, 2006, 01:21 PM posted to microsoft.public.access.forms
bob
external usenet poster
 
Posts: 34
Default Internet Photo on Form



Yes – add a “Microsoft Web Browser control” and use the .Navigate or .Navigate2 methods to go to the appropriate
url (do this in the form’s OnCurrent event).

Note that unlike the Access Image Control and OLE Frames, the web browser control does not (AFAIK) permit
scaling the image to fit, so in this case you really would have to create resampled (i.e. resized) images
if they were too big for the control area and you wanted to avoid scrollbars.


--
__________________________________________________ _____
DBPix 2.0: Add pictures to Access, Easily & Efficiently
http://www.ammara.com/dbpix/access.html



wrote:
Is there a way to insert an image from the Internet onto an Access 2003
form?

Here's the background:
I need to place employee photos onto a form that displays information
about them.
The photos are only available over our intranet.
Each photo's URL uses the employee's ID number, so I can easily
reference the right URL
I want to call the image from the Web rather than trying to include the
photos into the DB.

I know I could call the images from a local directory, but how do I
insert Web images onto a form?

Thanks!


 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Please Help!! Chester1 Using Forms 12 May 26th, 2006 04:35 AM
Tell if Form is a Dialog Alex Using Forms 7 August 30th, 2005 06:22 PM
ECHO Causing Problems DS General Discussion 5 May 17th, 2005 02:19 AM
Need Help In Printing Current Record in Specific Report RNUSZ@OKDPS Setting Up & Running Reports 1 May 16th, 2005 09:06 PM
Design help, please SillySally Using Forms 27 March 6th, 2005 04:11 AM


All times are GMT +1. The time now is 01:12 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.