November 23, 200421 yr Ok, this is driving me nuts. I have finnally figured out the "access privledges" thing but when the user logs in, he sees all the other records with the <<No Access>> label on the fields. How do I make it so the user only sees his records and can't "roledex" through the others. I know I could hide the left pane but then The script has to be written so it goes to only the records the user can view. I've tried defining a Global Variable with the Get (GetAccount) and then performing a find in my script but my Find script doesn't let me put a variable in. I can only put in literals. I must be missing something here. Thanks
November 24, 200421 yr You can perform a scripted find from first principles... Enter Find Mode [] Set Field [ UserName ; Get ( AccountName ) [ Perform Find []
November 24, 200421 yr Or use a relationship from an unstored calc of Get(AccountName) to UserName and Go to Related Record [show only related, "yourrelationship"], which would probably be faster.
Create an account or sign in to comment