Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

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

Recommended Posts

Posted

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") ;"" )

Posted

The Get (DesktopPath) function does NOT bring the file protocol with it. You need:

"filewin:" & Get (DesktopPath) & "Donuts.jpg'

Posted

I tried the following but it still down show the image.

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

Posted

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:

  • 2 weeks later...
Posted

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";"" )

This topic is 5650 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.