Picture Fields

  • Thread starter Thread starter KuteKatie
  • Start date Start date
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!
 
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
 
Back
Top