October 4, 200619 yr 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!
October 4, 200619 yr 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
Create an account or sign in to comment