biggles1212 Posted August 1, 2014 Posted August 1, 2014 Can anyone tell me why the iPad in this script doesn't want to work. This is straight from the filemaker help site: Script Name: Startup Script If [PatternCount ( Get ( ApplicationVersion ) ; “Go_iPad” ) = 1] Go to Layout [“iPad_Home” (HOME)]Else If [PatternCount ( Get ( ApplicationVersion ) ; “Go” ) = 1] Go to Layout [“iPhone_Home” (HOME)]Else Go to Layout [“Home” (HOME)]End If Cheers.
Steve Martino Posted August 1, 2014 Posted August 1, 2014 If [PatternCount ( Get ( ApplicationVersion ) ; “Go_iPad” )] Go to Layout [“iPad_Home” (HOME)] Else If [PatternCount ( Get ( ApplicationVersion ) ; “Go” )] Go to Layout [“iPhone_Home” (HOME)] Else Go to Layout [“Home” (HOME)] End If Edit, fixed typo
Recommended Posts
This topic is 3766 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