Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 8290 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

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 crazy.gif

Posted

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?

Posted

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, "")

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.