Lebans Transparent Image Control

  • Thread starter Surveyor In VA via AccessMonster.com
  • Start date
S

Surveyor In VA via AccessMonster.com

Hello all-

I am working with Mr. Lebans' Transparent database and it appears that the
object becomes an embedded image in the database. To avoid database bloat, I
have linked all other images and at run-time, link each one to a file from a
local directory. I am wondering if it was possible to link to this
transparent image rather then having it embedded in the form?

Any thoughts would be greatly appreciated.

Regards,
CF
 
S

Stephen Lebans

Your assumption is incorrect. The Transparent solution simply creates an
Enhanced Metafile(EMF) from the selected Image. The Example Form contains
Buttons to both Load and Save images. Technically, you could convert all of
your Images to EMF's and save them to disk. But this in usually not
necessary. Simply use my solution to convert your original Images you load
from disk at runtime.

Have you looked at the code behind the sample form?
--

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