June 6, 201213 yr 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) )
June 6, 201213 yr Author Wow... Sometimes i can't believe the messes I make. That worked perfect. Thanks
Create an account or sign in to comment