>> multi-page gif image

J

Jonathan

Hi using Access 2003 image control to display .tiff files that can contain
multiple page documents. When these files contain a single page document the
image control has no problem displaying the document. However, when the .tiff
is for a multiple page document an error is triggered that the file is too
big.

How can I display .tiff files that may contain multiple page documents?

Any ideas or suggestions appreciated :)

Many thanks,
Jonathan
 
S

Stephen Lebans

As you have discovered, the standard Image control does not support
multipage TIFF files. Your options are:

1) Use an Unbound OLE Frame control. At runtime, load the Image into the
control. Your system with require an application registered for the TIFF
file type that can display multipage TIFF files.

2) Use an ActiveX control such as the MS MODI ActiveX control(free) or the
DBPix control( not free).

--

HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
 

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

Top