October 9, 200718 yr Based upon how you logged in (via IWP or Filemaker client), can I direct you to a specific layout? What would that start up script look like? Any help/hints/clues would be greatly appreciated Thanks in advance
October 10, 200718 yr Hi, This is just a matter of using if/else if script steps - You can use account name or privilege set, etc. If[Get(AccountName) = "joe"] GoToLayout "layout1" ElseIf[Get(AccountName) = "mary"] GoToLayout "layout2" EndIf Etc. You would then go to file, file options, and run the script at start up.
October 10, 200718 yr Author Is there a Get function that shows how the user is on the database? Such as IWP or filemaker client? Thanks
Create an account or sign in to comment