creating a field whicn contains a link to external files (pdf tif

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is it possible to set up a field in a database which contains a live
clickable link to a file, a pdf/doc/tiff etc?
I would like to be able to create the link so that if it were clicked it
would produce the alert window as seen in an internet browser window where it
asks if you want to open the file or save it.
thanks in advance
 
further to my post, the reason behind me asking is that I keep hearing about
the 2Gb database size limit. I thought a way round it would be to provide a
live link to the images/files instead. This way they could be viewed if
required and if the viewer doesn't need to see them the images wouldn't be
needlessly expanding the database file size.
 
My demo at:


http://community.netscape.com/n/pfx...yMessages&tsn=1&tid=23913&webtag=ws-msdevapps

might be a suitable starting point. It stores the paths to image files in a
text field and loads them into an image control on demand. If you want to
suppress the progress message when JPEGs are loaded you can do this with the
following registry hack:

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shared Tools\Graphics
Filters\Import\JPEG\Options]

"ShowProgressDialog"="No"

Ken Sheridan
Stafford, England
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top