no1tmorrow Posted June 6, 2012 Posted June 6, 2012 I have a form for viewing images. I use a calculation (See Below) to display the file. The problem is with the results it is showing just the filename and the generic icon for an image, not the actual image. If I just drop a container field in and reference the image it works fine. Now if I double click on the image icon it will open the image up on the mac and windows computers. Thoughts on how to get the image to preview in the calculation container field? Thanks If(Get(SystemPlatform) = -2; "filewin:/M:/" & Right(GetValue(BidAlternateImage; 2); Length(GetValue(BidAlternateImage; 2)) - 6) ; "filemac:/FilemakerSharedImages/" & Right(GetValue(BidAlternateImage; 2); Length(GetValue(BidAlternateImage; 2)) - 6) )
Raybaudi Posted June 6, 2012 Posted June 6, 2012 The path for an image must start with "image", not "file"
no1tmorrow Posted June 6, 2012 Author Posted June 6, 2012 Wow... Sometimes i can't believe the messes I make. That worked perfect. Thanks
Recommended Posts
This topic is 4552 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