custom control to display images in Continuous Forms

R

roger

OK forget my earlier post about inserting PNGs into OLE fields.
(even just using OLE "Links" there's just too much filesize inflation.)

The usual trick of storing filenames for images and displaying them in an
unbound image control is now what I need to do.

But I need to do it in *Continuous* Forms.

Obviously no standard Access control will do this.

But I figure there's got to be a custom control that can be bound to a text
field of a filename, and display the image. Hopefully a cheap or free custom
control?

anybody got any ideas?

hah tia roger
 
J

Jeanette Cunningham

roger,
sorry I can't be more helpful, I tried this myself a while age, but gave up
after a few minutes because I needed the result in half an hour.
I did wonder if I put a button on each row of the continuous form if it
would be easy to open a new form with the appropriate photo in it, but
didn't get round to trying it.
Another technique I have used sometimes is to have a separate form open that
uses Raise Events to sync the current record of the continuous form with the
separate form. As the user moves from row to row of the continuous form and
if they click in the current row, the separate form could be coded to show
the appropriate photo. I haven't tried this for photos, so can't say for
sure if it will do what you want, but it may be worth a try.

Jeanette Cunningham
 
R

roger

Thanks, but no.
I figure there's got to be a custom control that can be bound to a
text field of a filename, and display the image.

So anybody know about any custom controls?
 
S

Stephen Lebans

ActiveX controls are not supported in forms set to Continuous view. You
might consider upgrading to Access2007 as it now supports external images in
forms set to Continuous view through the native Image control.

--

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

roger

Damn, is there anything you don't know Stephen?

I'd vote for your for MOST VALUABLE MVP ever!

thanks again
 

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