the walker Posted March 13, 2002 Posted March 13, 2002 i am sure this question has been asked many times before but does any one know how to get different colours for each row in a list view like you can in a portal, but without the use of a portal please help
andygaunt Posted March 13, 2002 Posted March 13, 2002 Hmmm. Different colours in a list view. You could script it to jump every other record and add a colour in a container field with a loop. But if you have a huge list this will be tedious. I don't think you can set a calc to look at the previous record to see if that has a colour container and then not add it and then vice versa for the next. 1 question. WHY?
Fitch Posted March 13, 2002 Posted March 13, 2002 I knew I'd seen this somewhere, and here it is ! Fenton Jones to the rescue. There's even a sample file to download, as well as the whole FileMaker 101 series. This stuck in my head because I thought this calculation was pretty clever, using the Mod() function to determine odd or even: RowBack c= If (Mod(Status(CurrentRecordNumber), 2) = 1, RowBack g, "")
Recommended Posts
This topic is 8290 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