Link to home
Start Free TrialLog in
Avatar of netsmithcentral
netsmithcentralFlag for United States of America

asked on

How to reference report control for Picture Property of Image

I have a report which, through a query, makes available a field called PictureFile.  I want to select an image by inserting that field name in the Picture Property of the Image control which will display that picture.  If I enter the bare name  -        PictureFile    -, I get an error that says that file "PictureFile" cannot be opened.  Same if I use quotes, same if enclosed in brackets,  same if brackets inside quotes.

What syntax do I use in the Picture property of an Image control to tell it to use the TEXT represented by a control on the report or on the original table, rather than the text of the control or field?

I need to do this on a report that reads many records, each of which has a different picture associated.

If someone can tell me what event changes for each new record, I could do it in VBA code.
Avatar of Jeffrey Coachman
Jeffrey Coachman
Flag of United States of America image

netsmithcentral.

?

What happened to our previous posts?
(I posted that you should us an image control, then you posted that you were using PDF's)?

In any event, I have not seen ant techniques on how this can be done.

However, it can be done quite easilly in a form.

JeffCoachman
What type of data does your field PictureFile contain? Is this an OLE field, or is this a text field that contains the path to the picture?
Avatar of netsmithcentral

ASKER

The PictureFile  field contains the text of the complete path and filename to the picture.

Sorry, I have no idea what Jeff Coachman is talking about.  This is my first post on this subject.
ASKER CERTIFIED SOLUTION
Avatar of netsmithcentral
netsmithcentral
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
netsmithcentral,

It looks like I got this post confused with another post I was involved in.

Sorry.
;-(

So, ...Problem Solved?

JeffCoachman
So my post helped you to your solution, and while it wasn't a full solution you're deleting this and awarding no points ... you're the 4th one I've added to my list today ... good luck with your other questions, I'm sure you'll get sufficient assistance from the other Experts.