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

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

Recommended Posts

Posted

I've put the web viewer to use in some areas in FileMaker and some people like it and some people don't. I've created 2 different layouts so that they can use whichever way they prefer, but I'm having trouble figuring out how to make my script decide what to do based on what layout the user is on. So basically I need:

If layout = FirstLayoutName

Do One thing

Else If layout = SecondLayoutName

Do Another thing

Else

Do yet another thing.

End If

Any info would be great. Thanks!

Posted

Check out in your help files if 7 lets you use a Get(layoutName) function.

It exists in 8 and would achieve what you want

eg

If Get(LayoutName)="One"

go to layout 2

endif

HTH

Phil

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