Picture Fields

K

KuteKatie

Hi! I'm having a problem with enlarging a photo in a form.

Basically what I am trying to do is this:
- I have a contuous form, Products, for product info
- One of the fields is a bound object frame named
Picture1
- The Picture1 field is filled by cutting and pasting
a jpg into the control on the form
- I want to click the photo in a given record which
will open another form, Zoom1, and pass the picture data
to the newly opened form

Does anyone know how to code this?

Thanks!
 
W

William Taylor

Create an unbound image control in the Zoom1 form. Then Open the form with
the openargs:= the image control of current form. Use the on open event of
Zoom1 form and set the unbound contreol = to openargs
 

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