April 9, 200421 yr Newbies I want a user to type a name and password and only see their records only using IWP. How many step does ver 7 recognize at startup? Thanks FileMaker Version: 7 Platform: Windows XP
April 12, 200421 yr Seems to work find with a startup script: If Get(AccountName) = Admin Show all records Else Enter find mode Insert calculated result Get (AccountName) = username Perform find End if
April 13, 200421 yr Author Newbies Thanks, but when i use it, i see <no access> in all the other records? Is there a way to get just the records of the usernams?
April 24, 200421 yr Author Newbies Got it figured out...must go to the layout that has the field on it first...as follows.... If Get(AccountName) = Admin Show all records Else GO TO LAYOUT(web) layout that has the field to search on Enter find mode Insert calculated result Get (AccountName) = username Perform find End if
Create an account or sign in to comment