rivet Posted March 17, 2003 Posted March 17, 2003 Here is a strange one. In my solution I have a simple list view. When login with full access (fm build in security) the list displays quick and normal. But when user login with restricted password (can't: design layouts, or edit scripts) the list takes a very long time. I have only two passwords, master and user. No groups or layout restrictions. I found the calc that is causing the grief: If(Mod(Status(CurrentRecordNumber), 2) = 1, GetRepetition(acVar:_icon, 2), "") I am highlighting alternate rows in a list view. This has always worked fine because I usually get the graphic from a global field in the same file. Except this time I am referencing a globe field from a related file (same pw setup) because I would prefer all my icons accessed from one source. Can anyone figure this out?
Recommended Posts
This topic is 7923 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