Newbies Billn Posted April 9, 2004 Newbies Posted April 9, 2004 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
Carlisle Posted April 12, 2004 Posted April 12, 2004 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
Newbies Billn Posted April 13, 2004 Author Newbies Posted April 13, 2004 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?
Newbies Billn Posted April 24, 2004 Author Newbies Posted April 24, 2004 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
Recommended Posts
This topic is 7787 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