Jump to content

This topic is 5436 days old. Please don't post here. Open a new topic instead.

Recommended Posts

I am trying to make it so that if a Field "Reversible" is set to "Yes" then it will display an image up the top.

Now i have made the Field "Reversible" and also "Reversibleicon". I have typed the following into the Calculation on "Reversibleicon" and made it calulate to Container, however it is only saying the image location and not displaying the image.

If ( Reversible = "Yes" ;(Get (DesktopPath) & "Donuts.jpg") ;"" )

Link to comment
Share on other sites

Sorry, it should be imagewin: not filewin:

Using the image protocol will make FM display the image if it can.

Incidentally, QuickTime files are moviewin:

Link to comment
Share on other sites

  • 2 weeks later...

IdealData:

Thanks for the help, i finally got a chance to play with it tonight and solved it using what you suggested, please find below the coding incase anyone else wants to use it.

If ( PlusSize = "Yes" ;"imagewin://DOTF/Delights of the Flesh/Images/" & "Plussize" & ".jpg";"" )

Link to comment
Share on other sites

This topic is 5436 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.