angelleye Posted October 4, 2006 Posted October 4, 2006 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!
Inky Phil Posted October 4, 2006 Posted October 4, 2006 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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now