Jump to content

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

Recommended Posts

Posted

Hi

Can a container field that doesn't hold an image be made to say "no image posted"/

How can this be done. I am copying pictures from one file to another because I haven't figured out if filemaker can lookup a pic from another file. In any event I would be satisfied if I could get it to say no picture present when I get an error " no records match this request" . If that is possible. Not sure.

Stan

Posted

Hi Stann,

Not with the container field, but you could use a second field and place it on top of it and then use a calculation such as:

If(IsEmpty(Container), "no image posted", "")

HTH

Lee

smile.gif

Posted

Hi Stan

You are welcome.

I should have also mentioned, that this now gives you a way to find those records that do not have a graphic in the container field.

Lee

smile.gif

Posted

Or, the no-tech method: make the container field transparent and put some text on the layout behind it.

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