August 1, 201411 yr 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.
August 1, 201411 yr 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
Create an account or sign in to comment