chuckcou Posted March 8, 2009 Posted March 8, 2009 (edited) I have a field in a single table that has the path to an image. When I run a report I want the image to show. How can I do this? example would be: field--imagepath---> /images/coupler.jpg Edited March 8, 2009 by Guest error in description
IdealData Posted March 8, 2009 Posted March 8, 2009 I have a table that has the path to an image err.. I think you mean a FIELD that has a path to an image. Just put the field on your report layout.
chuckcou Posted March 8, 2009 Author Posted March 8, 2009 oppps will change yes your are correct about typo.
chuckcou Posted March 8, 2009 Author Posted March 8, 2009 If I put the field on my report is will just prints the path. I want it to use the path print/show the image. I would think I would use a container field with some type of calculation? :B
Osman Posted March 8, 2009 Posted March 8, 2009 if you are using FM8.5 or later you can show image in a web viewer box. for earlier versions (I also suggest this way for new versions too) import image in a container field.
Fenton Posted March 8, 2009 Posted March 8, 2009 You can also show the image in a container field using a calculation. The calculation looks like what you see as the possible path syntaxes, which are at the bottom of such script steps as Insert Picture. You just have produce the same thing in a calculation, with the result Container (not Text). There is more explanation of paths in the Help. Example: imagemac:/Macintosh HD/Users/fej/Desktop/AliceBlue.png Yours would be imagewin, and a Windows file path; though with forward slashes. It will also work with networked files, if they have the same path to the file server. It can also be adjusted to work for either platform.
Recommended Posts
This topic is 5798 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now