![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Anyone have an example or demo I can crib that allows folks who logon into filemaker w/o a password to go to one layout, while other folks with different passwords go to their particular layout? |
#3
| |||
| |||
|
|
Bridget Eley wrote: You need to create some groups, then associate each passwords with a group. Then its just a matter of creating an opening script: If [PatternCount(Status(CurrentGroup), "Group1")] Go to Layout #1 Else If [PatternCount(Status(CurrentGroup), "Group2")] Go to Layout #2 Else If [PatternCount(Status(CurrentGroup), "Group3")] Go to Layout #3 End If End If End If Don't forget to set the document preferences to use the opening script to open the file. |
![]() |
| Thread Tools | |
| Display Modes | |
| |