March 17, 200322 yr 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?
Create an account or sign in to comment